mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-31 01:00:18 -04:00
Actually run resources tests on Java 21
This commit is contained in:
parent
a0ecfaec3e
commit
e7bca6936e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -74,6 +74,6 @@ jobs:
|
|||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'microsoft'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
- run: ./gradlew generateResources --stacktrace --warning-mode=fail
|
||||
- run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue