Skip to content

Commit bd16c61

Browse files
committed
Merge branch 'main' into zhaez/nightly-build
2 parents 69ac6e9 + 01f02ca commit bd16c61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

version.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
val adotVersion = "2.20.0-SNAPSHOT"
1717

1818
allprojects {
19-
version = if (project.hasProperty("release.version")) {
20-
project.property("release.version") as String
21-
} else {
22-
adotVersion
19+
if (!project.hasProperty("release.version")) {
20+
version = adotVersion
2321
}
2422
}

0 commit comments

Comments
 (0)