ShopChest-Updated/external/build.gradle

17 lines
285 B
Groovy
Raw Permalink Normal View History

plugins {
id 'de.epiceric.java-conventions'
}
2023-04-24 03:12:22 +02:00
repositories {
maven {
url = uri('https://maven.enginehub.org/repo/')
}
}
dependencies {
api project(":common")
2023-04-24 03:12:22 +02:00
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7'
}
description = 'shopchest-external'