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: java-11:
stage: test stage: test
image: eclipse-temurin:11 image: eclipse-temurin:11
script: ./gradlew clean build dist copyExe script: ./gradlew clean build dist distWin
java-17: java-17:
stage: test stage: test
image: eclipse-temurin:17 image: eclipse-temurin:17
script: ./gradlew clean build dist copyExe script: ./gradlew clean build dist distWin
java-21: java-21:
stage: test stage: test
image: eclipse-temurin:21 image: eclipse-temurin:21
script: ./gradlew clean build dist copyExe script: ./gradlew clean build dist distWin