Fix build

This commit is contained in:
modmuss50 2024-03-06 21:46:06 +00:00
parent 15ac5a8d07
commit e40573e356
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
options: --user root
steps:
- uses: actions/checkout@v4
- run: ./gradlew build javadocJar checkMappings formatMappings --stacktrace --warning-mode fail
- run: ./gradlew build javadocJar checkMappings --stacktrace --warning-mode fail
- run: ./gradlew formatMappings --stacktrace --warning-mode fail
- name: Check mapping format
run: if [ -n "$(git status --porcelain)" ]; then exit 1; fi