Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
f9c8ded9
Commit
f9c8ded9
authored
May 09, 2023
by
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/build.gradle
View file @
f9c8ded9
...
...
@@ -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
])
}
...
...
CityDoctorParent/CityDoctorValidation/build.gradle
View file @
f9c8ded9
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment