Skip to content

Commit f2c1e82

Browse files
committed
~ Fix formatting
1 parent 4f51c23 commit f2c1e82

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)