Skip to content

Commit

Permalink
Update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Le4nderS authored Aug 7, 2024
1 parent 285b46d commit 4151f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run BuildTools # i hate copyright
run: curl https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar -o BuildTools.jar && java -jar BuildTools.jar --rev 1.18.1 --compile craftbukkit
run: curl https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar -o BuildTools.jar && java -jar BuildTools.jar --rev 1.21 --compile craftbukkit
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload a Build Artifact
Expand Down

0 comments on commit 4151f43

Please sign in to comment.