File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 32
32
build-command :
33
33
current : |
34
34
export MVN_CMD=`bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then printf 'deploy ${{ env.DEPLOY_MVN_OPTS }} ${{ env.DROOLS_DEPLOY_MVN_OPTS }}'; else printf 'install'; fi"`
35
+ bash -c "if [ '${{ env.ENABLE_DEPLOY }}' = 'true' ]; then mvn versions:set -DnewVersion=9.101.0-SNAPSHOT; fi"
35
36
mvn clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.DROOLS_BUILD_MVN_OPTS }}
36
37
upstream : |
37
38
mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.DROOLS_BUILD_MVN_OPTS_UPSTREAM }}
Original file line number Diff line number Diff line change @@ -18,28 +18,28 @@ job_types:
18
18
environments :
19
19
default :
20
20
env_vars :
21
- DROOLS_BUILD_MVN_OPTS : -Dfull
21
+ DROOLS_BUILD_MVN_OPTS : -Dproductized
22
22
native :
23
23
env_vars :
24
24
NATIVE : true
25
25
BUILD_MVN_OPTS_CURRENT : -Dnative -Dquarkus.native.container-build=true
26
- DROOLS_BUILD_MVN_OPTS : -Dfull
26
+ DROOLS_BUILD_MVN_OPTS : -Dproductized
27
27
ADDITIONAL_TIMEOUT : 720
28
28
ids :
29
29
- native
30
30
quarkus-main :
31
31
enabled : false
32
32
env_vars :
33
33
QUARKUS_BRANCH : main
34
- DROOLS_BUILD_MVN_OPTS : -Dfull
34
+ DROOLS_BUILD_MVN_OPTS : -Dproductized
35
35
ids :
36
36
- quarkus
37
37
sonarcloud :
38
38
enabled : false
39
39
auto_generation : false
40
40
env_vars :
41
41
ENABLE_SONARCLOUD : true
42
- DROOLS_BUILD_MVN_OPTS : -Dfull
42
+ DROOLS_BUILD_MVN_OPTS : -Dproductized
43
43
ids :
44
44
- sonarcloud
45
45
- coverage
You can’t perform that action at this time.
0 commit comments