chore(build): fix gradle tasks dependencies

This commit is contained in:
Skylot
2023-04-20 19:10:44 +01:00
parent b7634024d6
commit e57787393e
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ stages:
java-11:
stage: test
image: eclipse-temurin:11
script: ./gradlew clean build dist
script: ./gradlew clean build dist copyExe
java-17:
stage: test
image: eclipse-temurin:17
script: ./gradlew clean build dist
script: ./gradlew clean build dist copyExe