Skip to content

Commit 123c167

Browse files
committed
remove build tools
1 parent 548676f commit 123c167

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
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

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pluginManagement {
1717
dependencyResolutionManagement {
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")

0 commit comments

Comments
 (0)