mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-01 21:27:35 +01:00
14 lines
441 B
Groovy
14 lines
441 B
Groovy
group 'com.willfp'
|
|
version rootProject.version
|
|
|
|
repositories {
|
|
maven { url 'https://repo.dmulloy2.net/nexus/repository/public/' }
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.apache.maven:maven-artifact:3.0.3'
|
|
implementation 'org.bstats:bstats-bukkit:1.7'
|
|
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
|
|
compileOnly 'me.clip:placeholderapi:2.10.9'
|
|
compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT'
|
|
} |