Skip to content

Commit

Permalink
Adding buildtools mappings - 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 31, 2025
1 parent eb073b4 commit cbe3bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
run: |
export JAVA_HOME=$JAVA_HOME_16_X64
java -version
gh workflow run SpraxDev/[email protected] --with versions="1.16.5"
gh workflow run SpraxDev/[email protected] | versions="1.16.5"
- 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] --with versions="1.17.1"
gh workflow run SpraxDev/[email protected] | versions="1.17.1"
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit cbe3bdb

Please sign in to comment.