Skip to content

Commit 638381d

Browse files
committed
Fix javadoc task
1 parent 9627e40 commit 638381d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build and Test Using Gradle
4646
run: xvfb-run -a gradle test --project-prop mcreator_path=${{ github.workspace }}/mcreator
4747
- name: Test Javadoc Generation
48-
run: ./gradlew javadoc
48+
run: gradle javadoc
4949
- name: Publish Test Report
5050
uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95
5151
if: always() # always run even if the previous step fails

0 commit comments

Comments
 (0)