ShopChest-Updated/external/build.gradle
2023-04-24 03:12:22 +02:00

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'