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
29
29
printf -v preset " \e[0m"
30
30
printf -v pbold " \e[1m"
31
31
32
- echo
33
- echo " ${pbold} BUILD WITH GRADLE UNDER EARTHLY${preset} "
34
- earthly --secret OWASP_NVD_API_KEY +build-with-gradle
35
32
echo
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
38
38
39
- echo
40
- echo " ${pbold} BUILD WITH MAVEN UNDER EARTHLY${preset} "
41
- earthly --secret OWASP_NVD_API_KEY +build-with-maven
42
39
echo
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} "
44
44
earthly --secret OWASP_NVD_API_KEY +run-with-maven
You can’t perform that action at this time.
0 commit comments