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.
1 parent 9bf4bd4 commit 019ff7bCopy full SHA for 019ff7b
build.gradle.kts
@@ -99,7 +99,7 @@ publishing.publications.withType<MavenPublication>().configureEach {
99
100
val testGradleVersion: String = providers.gradleProperty("testGradleVersion").orNull.let {
101
val value = if (it == null || it == "current") GradleVersion.current().version else it
102
- logger.lifecycle("Using test Gradle version: $value")
+ logger.lifecycle("Using Gradle $value in tests")
103
value
104
}
105
0 commit comments