Skip to content

Commit

Permalink
fix gradle task names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Oct 19, 2024
1 parent e7eaf65 commit f249cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Build with Gradle Wrapper
- name: Clean the Server Plugins Cache
run: ./gradlew cleanPaperPluginsCache

- name: Build with Gradle Wrapper
- name: Run the Paper Server
run: ./gradlew runServer

- name: Check the Server Logs
Expand Down

0 comments on commit f249cd8

Please sign in to comment.