We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe3c13 commit 7a5660aCopy full SHA for 7a5660a
build.gradle
@@ -41,7 +41,8 @@ buildscript {
41
}
42
43
44
- ext.using_snapshot_version=build_snapshot_train
+ // Determine if any project dependency is using a snapshot version
45
+ ext.using_snapshot_version = build_snapshot_train
46
rootProject.properties.each { key, value ->
47
if (key.endsWith("_version") && value instanceof String && value.endsWith("-SNAPSHOT")) {
48
println("NOTE: USING SNAPSHOT VERSION: $key=$value")
0 commit comments