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
43
43
44
44
echo
45
45
echo " ${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
47
47
echo
48
48
echo " ${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
18
18
# Cannot name this "pitestVersion" -- the plugin has a property of the same
19
19
# name, so this property needs to have a distinct name to satisfy Gradle
20
20
pitestToolVersion =1.17.0
21
- pmdVersion =7.3 .0
21
+ pmdVersion =7.13 .0
22
22
spotbugsPluginVersion =6.0.15
You can’t perform that action at this time.
0 commit comments