Plex-FAWE/worldedit-libs/core/ap/build.gradle.kts

7 lines
196 B
Plaintext
Raw Normal View History

2019-08-26 04:45:03 +00:00
applyLibrariesConfiguration()
dependencies {
2019-09-21 01:52:35 +00:00
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
2019-08-26 04:45:03 +00:00
}