Skip to content

Commit

Permalink
Set next development version of Gradle plugin, 2.3.22-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Feb 27, 2024
1 parent ab0a9c7 commit 991927c
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 @@ -10,7 10,7 @@ plugins {

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

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

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

0 comments on commit 991927c

Please sign in to comment.