We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce85e7e commit 6c068deCopy full SHA for 6c068de
pipeline_config.groovy
@@ -29,7 +29,7 @@ libraries {
29
options = "--build-arg OPENNLP_VERSION=${env.OPENNLP_VERSION}"
30
}
31
maven {
32
- options = "-Dquarkus.package.type=uber-jar -Dopennlp.version=${env.OPENNLP_VERSION}"
+ options = "-Dquarkus.application.version=${APP_VERSION} -Dquarkus.package.type=uber-jar -Dopennlp.version=${env.OPENNLP_VERSION}"
33
34
mattermost
35
nexus {
0 commit comments