Skip to content

Commit 0880ce0

Browse files
committed
Create v20
1 parent 0d1ac2f commit 0880ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply from: "${buildscript.sourceFile.parentFile}/scripts/javapreprocessor.gradl
1010
group = 'de.inetsoftware'
1111

1212
def LIB_GRADLE_VERSION = System.getenv('LIB_GRADLE_VERSION') ?: '8.1.0' // Gradle version for the wrapper
13-
def buildVersion = '19' // build version
13+
def buildVersion = '20' // build version
1414
def baseVersion = '8.0' // Base Version to build, depends on gradle version.
1515

1616
wrapper.gradleVersion = LIB_GRADLE_VERSION

0 commit comments

Comments
 (0)