File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
def APP_NAME = " digator-opennlp"
2
2
def APP_REPO = " https://github.com/livelace/digator-opennlp.git"
3
3
def APP_VERSION = " ${ env.VERSION} -${ env.OPENNLP_VERSION} "
4
- def JAR_VERSION = env. VERSION + ' -${GIT_COMMIT_SHORT}-' + env. OPENNLP_VERSION
4
+ def GIT_VERSION = env. VERSION + ' -${GIT_COMMIT_SHORT}-' + env. OPENNLP_VERSION
5
5
6
6
7
7
libraries {
@@ -30,12 +30,12 @@ libraries {
30
30
options = " --build-arg OPENNLP_VERSION=${ env.OPENNLP_VERSION} "
31
31
}
32
32
maven {
33
- options = " -Dquarkus.application.version=${ JAR_VERSION } -Dquarkus.package.type=uber-jar -Dopennlp.version=${ env.OPENNLP_VERSION} "
33
+ options = " -Dquarkus.application.version=${ GIT_VERSION } -Dquarkus.package.type=uber-jar -Dopennlp.version=${ env.OPENNLP_VERSION} "
34
34
}
35
35
mattermost
36
36
nexus {
37
37
source = " target/digator-opennlp-1.0-SNAPSHOT-runner.jar"
38
- destination = " dists-internal/${ APP_NAME} /digator-opennlp-${ JAR_VERSION } .jar"
38
+ destination = " dists-internal/${ APP_NAME} /digator-opennlp-${ APP_VERSION } .jar"
39
39
}
40
40
sonarqube
41
41
utils
You can’t perform that action at this time.
0 commit comments