fix compile

This commit is contained in:
MattBDev
2019-08-20 16:03:50 -04:00
parent e415e73623
commit 6998c2d230
6 changed files with 15 additions and 8 deletions

View File

@ -1,9 +1,11 @@
applyLibrariesConfiguration()
dependencies {
/*
"shade"("FAWE-Piston:core/build/libs/core-${Versions.PISTON}:lastSuccessfulBuild@jar")
"shade"("FAWE-Piston:core-ap/runtime/build/libs/runtime-${Versions.PISTON}:lastSuccessfulBuild@jar")
"shade"("FAWE-Piston:default-impl/build/libs/default-impl-${Versions.PISTON}:lastSuccessfulBuild@jar")
*/
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
}