Skip to content

Commit

Permalink
Update to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Oct 14, 2021
1 parent 21e06d7 commit 93331ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply from: "${buildscript.sourceFile.parentFile}/scripts/javapreprocessor.gradl
group = 'de.inetsoftware'

def LIB_GRADLE_VERSION = System.getenv('LIB_GRADLE_VERSION') ?: '4.10.2' // Gradle version for the wrapper
def buildVersion = '12' // build version
def buildVersion = '13' // build version
def baseVersion = '4.8' // Base Version to build, depends on gradle version.

wrapper.gradleVersion = LIB_GRADLE_VERSION
Expand Down

0 comments on commit 93331ff

Please sign in to comment.