mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-11 23:00:36 +01:00
Fixed compile errors
This commit is contained in:
parent
b68dabfba2
commit
60d1f1f2a2
@ -33,14 +33,12 @@ allprojects {
|
||||
maven { url 'https://papermc.io/repo/repository/maven-public/' }
|
||||
maven { url 'https://repo.maven.apache.org/maven2/' }
|
||||
maven { url 'https://repo.dustplanet.de/artifactory/ext-release-local/' }
|
||||
maven { url 'https://maven.seyfahni.de/repository/snapshots/' }
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
maven { url 'https://repo.spongepowered.org/maven/' }
|
||||
maven { url 'https://org.kitteh.pastegg' }
|
||||
maven { url 'https://repo.mikeprimm.com/' }
|
||||
maven { url 'https://maven.sk89q.com/repo/' }
|
||||
maven { url 'https://github.com/factions-site/repo/raw/public/' }
|
||||
maven { url 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
|
||||
}
|
||||
|
||||
jar {
|
||||
|
@ -9,5 +9,4 @@ dependencies {
|
||||
compileOnly 'net.ess3:EssentialsX:2.18.1'
|
||||
compileOnly 'com.destroystokyo.paper:paper-api:1.16.3-R0.1-SNAPSHOT'
|
||||
compileOnly 'com.gmail.nossr50.mcMMO:mcMMO:2.1.157'
|
||||
compileOnly 'me.clip:placeholderapi:2.10.9'
|
||||
}
|
Loading…
Reference in New Issue
Block a user