EntityLib/platforms/spigot/build.gradle
2024-05-14 01:28:59 +04:00

6 lines
176 B
Groovy

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