Skip to content

Commit

Permalink
Version 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Sep 7, 2021
1 parent 197ea86 commit 1289025
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 = '10' // build version
def buildVersion = '11' // 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 1289025

Please sign in to comment.