Skip to content

Commit 7a5660a

Browse files
committed
~ Fix formatting
1 parent abe3c13 commit 7a5660a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ buildscript {
4141
}
4242
}
4343

44-
ext.using_snapshot_version=build_snapshot_train
44+
// Determine if any project dependency is using a snapshot version
45+
ext.using_snapshot_version = build_snapshot_train
4546
rootProject.properties.each { key, value ->
4647
if (key.endsWith("_version") && value instanceof String && value.endsWith("-SNAPSHOT")) {
4748
println("NOTE: USING SNAPSHOT VERSION: $key=$value")

0 commit comments

Comments
 (0)