EntityLib/platforms/spigot/build.gradle
2024-02-17 21:56:29 +04:00

6 lines
176 B
Groovy

dependencies {
api(project(":common"))
compileOnly('com.github.retrooper.packetevents:spigot:2.0.2')
compileOnly('org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT')
}