We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b4c965 + 7ea611f commit 97c85afCopy full SHA for 97c85af
buildSrc/src/main/groovy/VersionScanPlugin.groovy
@@ -36,7 +36,8 @@ class VersionScanPlugin implements Plugin<Project> {
36
37
project.extensions.create("versionScan", VersionScanExtension)
38
def scanVersions = project.task('scanVersions') {
39
- description = "Queries for all versions of configured modules and finds key classes"
+ group = 'VersionScan'
40
+ description = "Verify instrumentation against runtime classpaths."
41
}
42
43
def hasRelevantTask = project.gradle.startParameter.taskNames.any { it.contains('scanVersions') }
0 commit comments