Skip to content

Commit

Permalink
Set next development version of Gradle plugin, 2.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
xoppa committed Dec 11, 2016
1 parent 7640120 commit 521a7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/gradle/build.gradle
Expand Up @@ -18,13 +18,13 @@ apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.mobidevelop.robovm'
archivesBaseName = 'robovm-gradle-plugin'
version = '2.3.0'
version = '2.3.1-SNAPSHOT'

sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

ext {
roboVMVersion = '2.3.0'
roboVMVersion = '2.3.1-SNAPSHOT'
}

repositories {
Expand Down

0 comments on commit 521a7c0

Please sign in to comment.