Skip to content

Commit

Permalink
Set next development version of Gradle plugin, 2.3.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Mar 12, 2019
1 parent c6df9f2 commit 7a896d3
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 @@ -18,13 +18,13 @@ apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.mobidevelop.robovm'
archivesBaseName = 'robovm-gradle-plugin'
version = '2.3.6'
version = '2.3.7-SNAPSHOT'

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

ext {
roboVMVersion = '2.3.6'
roboVMVersion = '2.3.7-SNAPSHOT'
}

repositories {
Expand Down

0 comments on commit 7a896d3

Please sign in to comment.