Skip to content

Commit 41d54ed

Browse files
committed
rework
1 parent 6561a4f commit 41d54ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline_config.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def APP_VERSION = "${env.VERSION}-${env.OPENNLP_VERSION}"
44

55

66
libraries {
7-
//dependency_check
7+
dependency_check
88
dependency_track {
99
input = "target/dependency-track.xml"
1010
project = "${APP_NAME}"
@@ -30,7 +30,7 @@ libraries {
3030
}
3131
maven {
3232
options = "-Dquarkus.package.type=uber-jar -Dopennlp.version=${env.OPENNLP_VERSION}"
33-
//test = true
33+
test = true
3434
}
3535
mattermost
3636
nexus {

0 commit comments

Comments
 (0)