File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
- run :
31
31
name : Build and push to Artifactory
32
32
command : |
33
- mvn deploy -s .circleci/settings.xml -Dartifactory.username=$ARTIFACTORY_USER -Dartifactory.password=$ARTIFACTORY_APIKEY
33
+ mvn deploy -s .circleci/settings.xml -Dinvoker.streamLogsOnFailures=true - Dartifactory.username=$ARTIFACTORY_USER -Dartifactory.password=$ARTIFACTORY_APIKEY
34
34
35
35
workflows :
36
36
version : 2
Original file line number Diff line number Diff line change 31
31
<j2cl .version>0.10-SNAPSHOT</j2cl .version>
32
32
<closure .compiler.unshaded.version>0.3-SNAPSHOT</closure .compiler.unshaded.version>
33
33
<commons .codec.version>1.11</commons .codec.version>
34
- <commons .io.version>2.5 </commons .io.version>
34
+ <commons .io.version>2.7 </commons .io.version>
35
35
36
36
<!-- Test -->
37
37
<junit .version>4.13.1</junit .version>
You can’t perform that action at this time.
0 commit comments