fix(build): fix gitlab build

This commit is contained in:
Skylot 2024-07-08 22:38:34 +01:00
parent 366225f9be
commit ef79f266c8
No known key found for this signature in database
GPG Key ID: 47A4975761262B6A

View File

@ -11,14 +11,14 @@ stages:
java-11:
stage: test
image: eclipse-temurin:11
script: ./gradlew clean build dist copyExe
script: ./gradlew clean build dist distWin
java-17:
stage: test
image: eclipse-temurin:17
script: ./gradlew clean build dist copyExe
script: ./gradlew clean build dist distWin
java-21:
stage: test
image: eclipse-temurin:21
script: ./gradlew clean build dist copyExe
script: ./gradlew clean build dist distWin