Skip to content

Commit

Permalink
Set next development version of Gradle plugin, 2.3.21-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 16, 2023
1 parent 26df2dc commit 6e31b4c
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.20'
version = '2.3.21-SNAPSHOT'

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

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

0 comments on commit 6e31b4c

Please sign in to comment.