mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-26 01:05:12 +01:00
17 lines
285 B
Groovy
17 lines
285 B
Groovy
plugins {
|
|
id 'de.epiceric.java-conventions'
|
|
}
|
|
|
|
repositories {
|
|
maven {
|
|
url = uri('https://maven.enginehub.org/repo/')
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api project(":common")
|
|
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7'
|
|
}
|
|
|
|
description = 'shopchest-external'
|