Skip to content

Commit

Permalink
Merge branch '1.21.3-neoforge' into 1.21-neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 19, 2024
2 parents 9fa1990 + da89e88 commit 285306e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/master' && !contains(github.ref, 'neoforge') }}

- name: Compile Java code
run: ./gradlew remapJar --stacktrace --warning-mode=fail
run: ./gradlew jar --stacktrace --warning-mode=fail

- name: Validate JSON files
run: ./gradlew spotlessJsonCheck || (echo "::error::JSON validation failed! Run './gradlew spotlessApply' to fix style issues, or check the full error message for syntax errors." && exit 1)
Expand All @@ -62,9 +62,6 @@ jobs:
- name: Run unit tests
run: ./gradlew test --stacktrace --warning-mode=fail

- name: Validate access widener
run: ./gradlew validateAccessWidener --stacktrace --warning-mode=fail

- name: Build
run: ./gradlew build --stacktrace --warning-mode=fail

Expand Down

0 comments on commit 285306e

Please sign in to comment.