Skip to content

Commit ac9cb86

Browse files
committed
Change version to 1.10.1.12.1 release.
1 parent 25966a2 commit ac9cb86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ allprojects {
2525
ext {
2626
projectGroup = 'com.crashinvaders.lml'
2727
projectVersion = '1.10'
28-
gdxVersion = '1.12.0'
29-
isSnapshot = true
28+
gdxVersion = '1.12.1'
29+
isSnapshot = false
3030
libVersion = "$projectVersion.$gdxVersion${isSnapshot ? '-SNAPSHOT' : ''}"
3131
}
3232
}
@@ -254,9 +254,7 @@ configure(allLibModules) {
254254

255255
// Invokes publish task if the version is a snapshot.
256256
task publishSnapshot() {
257-
if (!isSnapshot) {
258-
return
259-
}
257+
onlyIf { isSnapshot }
260258
dependsOn project.assemble
261259
dependsOn project.publish
262260
}

0 commit comments

Comments
 (0)