We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87149e commit 8313f94Copy full SHA for 8313f94
.github/workflows/test.yml
@@ -38,6 +38,8 @@ jobs:
38
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
39
restore-keys: |
40
${{ runner.os }}-gradle-
41
+ - name: Grant execute permission for gradlew
42
+ run: chmod +x ./gradlew
43
- name: Run MCreator Test With Plugin
44
run: xvfb-run -a ./gradlew test --project-prop mcreator_path=2025.2.28610
45
- name: Test Javadoc Generation
0 commit comments