Skip to content

Commit

Permalink
buildtools. bleh. i hate you buildtools.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeatherComputer committed Jun 19, 2024
1 parent 6066e6c commit 06c2358
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@ jobs:
with:
java-version: 21
distribution: 'temurin'

- name: Setup Buildtools
run: |
wget -O BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
java -jar BuildTools.jar --nogui --rev 1.20.6 --remapped
- name: Build Mod
run: ./gradlew -Pversion=${{ inputs.version }} build
Expand Down

0 comments on commit 06c2358

Please sign in to comment.