Skip to content

Commit

Permalink
Create v20
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Nov 8, 2023
1 parent 0d1ac2f commit 0880ce0
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') ?: '8.1.0' // Gradle version for the wrapper
def buildVersion = '19' // build version
def buildVersion = '20' // build version
def baseVersion = '8.0' // Base Version to build, depends on gradle version.

wrapper.gradleVersion = LIB_GRADLE_VERSION
Expand Down

0 comments on commit 0880ce0

Please sign in to comment.