Skip to content

Commit 6c068de

Browse files
committed
rework
1 parent ce85e7e commit 6c068de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline_config.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libraries {
2929
options = "--build-arg OPENNLP_VERSION=${env.OPENNLP_VERSION}"
3030
}
3131
maven {
32-
options = "-Dquarkus.package.type=uber-jar -Dopennlp.version=${env.OPENNLP_VERSION}"
32+
options = "-Dquarkus.application.version=${APP_VERSION} -Dquarkus.package.type=uber-jar -Dopennlp.version=${env.OPENNLP_VERSION}"
3333
}
3434
mattermost
3535
nexus {

0 commit comments

Comments
 (0)