Skip to content

Commit 6ad6780

Browse files
committed
Set next development version of Gradle plugin, 2.3.24-SNAPSHOT
1 parent 2334506 commit 6ad6780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
group = 'com.mobidevelop.robovm'
1313
archivesBaseName = 'robovm-gradle-plugin'
14-
version = '2.3.23'
14+
version = '2.3.24-SNAPSHOT'
1515

1616
sourceCompatibility = 1.8
1717
targetCompatibility = 1.8
@@ -21,7 +21,7 @@ compileJava {
2121
}
2222

2323
ext {
24-
roboVMVersion = '2.3.23'
24+
roboVMVersion = '2.3.24-SNAPSHOT'
2525
nexusUsername = System.getenv('MAVEN_USERNAME')
2626
nexusPassword = System.getenv('MAVEN_PASSWORD')
2727
}

0 commit comments

Comments
 (0)