Skip to content

Commit

Permalink
Actually run resources tests on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 3, 2024
1 parent a0ecfae commit e7bca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e7bca69

Please sign in to comment.