Skip to content

Commit 5681a7f

Browse files
author
volker
committed
Version 18
1 parent 479c4a8 commit 5681a7f

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') ?: '4.10.2' // Gradle version for the wrapper
13-
def buildVersion = '17' // build version
13+
def buildVersion = '18' // build version
1414
def baseVersion = '4.8' // Base Version to build, depends on gradle version.
1515

1616
wrapper.gradleVersion = LIB_GRADLE_VERSION

0 commit comments

Comments
 (0)