Commit f9c8ded9 authored by Matthias Betz's avatar Matthias Betz
Browse files

adding more dependencies for packageAll so install dir is created in build dir

parent 31ed7f64
Pipeline #7457 passed with stage
in 1 minute and 47 seconds
......@@ -26,7 +26,6 @@ import org.apache.tools.ant.filters.*
processResources {
dependsOn 'generateGitProperties'
//versionString = "${-> project.ext.gitProps['git.commit.id.abbrev']}"
filesMatching('CityDoctorLocalization.properties') {
filter(ReplaceTokens, tokens: [gitVersion: project.ext.gitProps['git.commit.id.abbrev'], cdVersion: version])
}
......
......@@ -38,7 +38,7 @@ task createPackages(group: 'distribution', description: 'Creating packages for a
.withDebug(true)
.withProjectDir(projectDir)
.forwardOutput()
.withArguments("-is", "build", "jre")
.withArguments("-is", "build", "jre", "installDist")
.build();
}
doLast {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment