File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ export EARTHLY_NO_CACHE=true
2929printf -v preset " \e[0m"
3030printf -v pbold " \e[1m"
3131
32- echo
33- echo " ${pbold} BUILD WITH GRADLE UNDER EARTHLY${preset} "
34- earthly --secret OWASP_NVD_API_KEY +build-with-gradle
3532echo
36- echo " ${pbold} RUN WITH GRADLE UNDER EARTHLY${preset} "
37- earthly --secret OWASP_NVD_API_KEY +run-with-gradle
33+ echo " ${pbold} BUILD WITH GRADLE UNDER EARTHLY${preset} "
34+ earthly --secret OWASP_NVD_API_KEY +build-with-gradle
35+ echo
36+ echo " ${pbold} RUN WITH GRADLE UNDER EARTHLY${preset} "
37+ earthly --secret OWASP_NVD_API_KEY +run-with-gradle
3838
39- echo
40- echo " ${pbold} BUILD WITH MAVEN UNDER EARTHLY${preset} "
41- earthly --secret OWASP_NVD_API_KEY +build-with-maven
4239echo
43- echo " ${pbold} RUN WITH MAVEN UNDER EARTHLY${preset} "
40+ echo " ${pbold} BUILD WITH MAVEN UNDER EARTHLY${preset} "
41+ earthly --secret OWASP_NVD_API_KEY +build-with-maven
42+ echo
43+ echo " ${pbold} RUN WITH MAVEN UNDER EARTHLY${preset} "
4444earthly --secret OWASP_NVD_API_KEY +run-with-maven
You can’t perform that action at this time.
0 commit comments