Skip to content

Commit

Permalink
Set release version of Gradle plugin, 2.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Feb 27, 2024
1 parent b37adce commit ab0a9c7
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-SNAPSHOT'
version = '2.3.21'

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

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

0 comments on commit ab0a9c7

Please sign in to comment.