9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-22 16:39:34 +00:00

Pain and Suffering

This commit is contained in:
Auxilor
2021-09-29 13:09:59 +01:00
parent 200e1daa1f
commit dd4c49e2d3
3 changed files with 5 additions and 3 deletions

View File

@@ -27,11 +27,9 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url 'https://repo.codemc.org/repository/nms/' }
maven { url 'https://papermc.io/repo/repository/maven-public/' }
}
jar {

View File

@@ -1,6 +1,10 @@
group 'com.willfp'
version rootProject.version
repositories {
maven { url 'https://papermc.io/repo/repository/maven-public/' }
}
dependencies {
compileOnly project(":eco-core:core-plugin")
compileOnly 'io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT'

View File

@@ -2,6 +2,6 @@ group 'com.willfp'
version rootProject.version
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
}