Skip to content

Commit

Permalink
Fix problems with whitespace in the unix startscript (#40)
Browse files Browse the repository at this point in the history
Issues: ALCES-9
  • Loading branch information
MichelHartmann authored Apr 7, 2022
1 parent 5f0ded7 commit 86dbb55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
}

mainClassName = 'org.cip4.tools.alces.Application'
def simpleProjectName = "Alces"

sourceCompatibility = 16
targetCompatibility = 16
Expand Down Expand Up @@ -116,4 +117,11 @@ jacocoTestReport {
xml.required = true
html.required = false
}
}

java {
archivesBaseName = simpleProjectName
}
startScripts {
applicationName = simpleProjectName
}

0 comments on commit 86dbb55

Please sign in to comment.