Skip to content

Commit

Permalink
Set release version of Gradle plugin, 2.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 16, 2023
1 parent 0d5f8b7 commit 26df2dc
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-SNAPSHOT'
version = '2.3.20'

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

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

0 comments on commit 26df2dc

Please sign in to comment.