Skip to content

Commit

Permalink
Fix maven building
Browse files Browse the repository at this point in the history
  • Loading branch information
FireController1847 committed Jun 20, 2024
1 parent 04f1874 commit a236607
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ jobs:
with:
versions: 1.20.1, 1.19, 1.18.2, 1.18.1, 1.17.1
remapped: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- uses: SpraxDev/Action-SpigotMC@v4
with:
versions: 1.21, 1.20.6, 1.20.2
remapped: true
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Cache Maven
Expand Down

0 comments on commit a236607

Please sign in to comment.