Skip to content

Commit 57df79f

Browse files
Version 16 change the default daemon format from init.d to SystemD.
1 parent 705c0fe commit 57df79f

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 = '15' // build version
13+
def buildVersion = '16' // 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)