File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ earthly --secret OWASP_NVD_API_KEY=$OWASP_NVD_API_KEY +run-with-gradle
4343
4444echo
4545echo " ${pbold} BUILD WITH MAVEN UNDER EARTHLY${preset} "
46- earthly --secret OWASP_NVD_API_KEY +build-with-maven
46+ earthly --secret OWASP_NVD_API_KEY= $OWASP_NVD_API_KEY +build-with-maven
4747echo
4848echo " ${pbold} RUN WITH MAVEN UNDER EARTHLY${preset} "
49- earthly --secret OWASP_NVD_API_KEY +run-with-maven
49+ earthly --secret OWASP_NVD_API_KEY= $OWASP_NVD_API_KEY +run-with-maven
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ pitestPluginVersion=1.15.0
1818# Cannot name this "pitestVersion" -- the plugin has a property of the same
1919# name, so this property needs to have a distinct name to satisfy Gradle
2020pitestToolVersion =1.17.0
21- pmdVersion =7.3 .0
21+ pmdVersion =7.13 .0
2222spotbugsPluginVersion =6.0.15
You can’t perform that action at this time.
0 commit comments