Skip to content

Commit

Permalink
Update buildspigot-buildtools.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqiuu authored Feb 14, 2024
1 parent ed12797 commit 0afd6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildspigot-buildtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: "actions/setup-java@v2.1.0"
with:
distribution: "adopt"
java-version: "17"
java-version: "8"

# Build Spigot by BuildTools
- name: "Building Spigot"
# !! Change 'latest' to the version what you wanted. !!
# Also Java version need changing if you're trying building versions below 1.17.X!
run: "java -jar BuildTools.jar --rev latest"
run: "java -jar BuildTools.jar --rev 1.16.5"

# Uploading the build jar files.
- name: "Uploading Build"
Expand Down

0 comments on commit 0afd6f0

Please sign in to comment.