Detects usage of configuration methods that were deprecated.

Configuration methods may be deprecated because of two possible reasons: Most likely there will be an alternative for the deprecated method.

Example:


plugins {
  id 'java'
}

dependencies {
  archive 'org.gradle.api:gradle:1.0' // reports 'archive'
}