Again
build / build (push) Failing after 57s

This commit is contained in:
2026-07-17 19:55:07 +02:00
parent 493eeb22b9
commit 0863721b49
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: setup jdk - name: setup jdk
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '21' java-version: '25'
distribution: 'microsoft' distribution: 'microsoft'
- name: make gradle wrapper executable - name: make gradle wrapper executable
run: chmod +x ./gradlew run: chmod +x ./gradlew
@@ -1,7 +1,7 @@
{ {
"required": true, "required": true,
"package": "com.dynamitos.mixin.client", "package": "com.dynamitos.mixin.client",
"compatibilityLevel": "JAVA_21", "compatibilityLevel": "JAVA_25",
"client": [ "client": [
"ExampleClientMixin" "ExampleClientMixin"
], ],