run script updated for Gradle support

This commit is contained in:
Josh Ashton
2023-06-23 14:52:33 -06:00
parent 550906075a
commit 243808ac82
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ elif [[ $LANG == "java" ]]; then
mkdir $NAME;
cd $NAME;
mark; # Bookmark new project.
gradle init
gradle7 init
# Create a new HTML, CSS, JS project.
elif [[ $LANG == "html" ]]; then