mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-29 01:35:29 +01:00
12 lines
255 B
Groovy
12 lines
255 B
Groovy
|
plugins {
|
||
|
id 'de.epiceric.java-conventions'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
compileOnly 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
|
||
|
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.7'
|
||
|
api project(":common")
|
||
|
}
|
||
|
|
||
|
description = 'shopchest-external'
|