Skip to content

Commit

Permalink
Set next development version of Gradle plugin, 2.3.23-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 22, 2024
1 parent d26056f commit 2dd2513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

group = 'com.mobidevelop.robovm'
archivesBaseName = 'robovm-gradle-plugin'
version = '2.3.22'
version = '2.3.23-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -21,7 +21,7 @@ compileJava {
}

ext {
roboVMVersion = '2.3.22'
roboVMVersion = '2.3.23-SNAPSHOT'
nexusUsername = System.getenv('MAVEN_USERNAME')
nexusPassword = System.getenv('MAVEN_PASSWORD')
}
Expand Down

0 comments on commit 2dd2513

Please sign in to comment.