File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2626 distribution : " zulu"
2727 java-version : 8
2828
29- - name : Setup BuildTools
30- run : |
31- mkdir ~/buildtools
32- cd ~/buildtools
33- wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar -O BuildTools.jar
34- java -jar BuildTools.jar --rev 1.8.8
35-
3629 - name : Gradle Build
3730 run : ./gradlew build
3831
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ pluginManagement {
1717dependencyResolutionManagement {
1818 repositoriesMode.set(RepositoriesMode .PREFER_SETTINGS )
1919 repositories {
20+ maven(" https://hub.spigotmc.org/nexus/content/repositories/snapshots/" )
2021 maven(" https://repo.papermc.io/repository/maven-public/" )
2122 maven(" https://oss.sonatype.org/content/repositories/snapshots" )
2223 maven(" https://us-maven.pkg.dev/mw-lunarclient-maven-repo/public" )
You can’t perform that action at this time.
0 commit comments