This commit is contained in:
Minecon724 2022-04-23 07:40:49 +00:00
parent 5bc6e5bdff
commit 4ba47a7e6d

View file

@ -3,7 +3,7 @@
# and commit this file to your remote git repository to share the goodness with others. # and commit this file to your remote git repository to share the goodness with others.
tasks: tasks:
- before: sudo apt install openjdk-17-jdk - before: sudo apt install -y openjdk-17-jdk-headless
- init: mvn install -DskipTests=false - init: mvn clean install