Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenn committed Dec 17, 2023
1 parent e0ff883 commit 30e35ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
should_build: ${{ steps.check_commit.outputs.result }}
commit: ${{ steps.latest_commit.outputs.commit }}
semVer: ${{ steps.gitversion.outputs.semVer }}
semVer: ${{ steps.gitversion.outputs.fullSemVer }}
steps:
- name: Clone
uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions prepare.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cd ..
mkdir spigotmc
cd spigotmc
mkdir target
cd target
powershell -Command "Invoke-WebRequest https://hub.spigotmc.org/jenkins/job/BuildTools/lastStableBuild/artifact/target/BuildTools.jar -OutFile BuildTools.jar"
"C:\Program Files\Eclipse Adoptium\jre-8.0.392.8-hotspot\bin\java" -jar BuildTools.jar --rev 1.12.2
5 changes: 2 additions & 3 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
cd ..
mkdir spigotmc
cd spigotmc
mkdir target
cd target
curl https://hub.spigotmc.org/jenkins/job/BuildTools/lastStableBuild/artifact/target/BuildTools.jar -o BuildTools.jar
java -jar BuildTools.jar --rev 1.12.2

0 comments on commit 30e35ad

Please sign in to comment.