6 lines
183 B
Groovy
6 lines
183 B
Groovy
|
|
dependencies {
|
|
api(project(":common"))
|
|
compileOnly('com.github.retrooper:packetevents-spigot:' + peVersion)
|
|
compileOnly('org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT')
|
|
}
|