Fix CI: use JDK 21 for builds, upload-artifact@v3, chmod gradlew
Build / build (push) Successful in 1m55s

This commit is contained in:
Laura
2026-08-09 16:19:35 +02:00
parent cd17617019
commit e9526eb216
+4 -2
View File
@@ -18,9 +18,11 @@ jobs:
cache: gradle cache: gradle
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build --no-daemon run: |
chmod +x gradlew
./gradlew build --no-daemon
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: BuildSystem-jar name: BuildSystem-jar
path: buildsystem-core/build/libs/*.jar path: buildsystem-core/build/libs/*.jar