Skip to content

Commit

Permalink
Removed spigot compilation from Gradle build workflow, it isn't neede…
Browse files Browse the repository at this point in the history
…d anymore
  • Loading branch information
Tobias de Bruijn committed May 13, 2021
1 parent 23388c2 commit adeb0c4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,6 @@ jobs:
with:
java-version: 1.11

# create directory for buildtools
- name: Create directory for BuildTools
run: mkdir -p /tmp/buildtools/1_16_R2 /tmp/buildtools/1_16_R3

#Get BuildTools
- name: BuildTools
run: curl -o /tmp/BuildTools.jar https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar

#Spigot 1_16_R2
- name: Spigot 1_16_R2 BuildTools
run: cp /tmp/BuildTools.jar /tmp/buildtools/1_16_R2/BuildTools.jar

- name: Build Spigot 1_16_R2
run: cd /tmp/buildtools/1_16_R2 && java -jar /tmp/buildtools/1_16_R2/BuildTools.jar --rev 1.16.2

#Spigot 1_16_R3
- name: Spigot 1_16_R3 BuildTools
run: cp /tmp/BuildTools.jar /tmp/buildtools/1_16_R3/BuildTools.jar

- name: Build Spigot 1_16_R3
run: cd /tmp/buildtools/1_16_R3 && java -jar /tmp/buildtools/1_16_R2/BuildTools.jar --rev 1.16.4

# Build with gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit adeb0c4

Please sign in to comment.