Skip to content

Commit

Permalink
Adding buildtools mappings - 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 31, 2025
1 parent cbe3bdb commit c054f11
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ jobs:
distribution: 'adopt'

- name: Compile Minecraft Spigot 1.16.5 (via BuildTools)
run: |
export JAVA_HOME=$JAVA_HOME_16_X64
java -version
gh workflow run SpraxDev/[email protected] | versions="1.16.5"
uses: SpraxDev/[email protected]
with:
versions: "1.16.5"
env:
JAVA_HOME: ${{ env.JAVA_HOME_16_X64 }}


- name: Compile Minecraft Spigot 1.17.1 (via BuildTools)
run: |
export JAVA_HOME=$JAVA_HOME_17_X64
java -version
gh workflow run SpraxDev/[email protected] | versions="1.17.1"
uses: SpraxDev/[email protected]
with:
versions: "1.17.1"
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}

- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit c054f11

Please sign in to comment.