2019-08-26 04:45:03 +00:00
|
|
|
applyLibrariesConfiguration()
|
|
|
|
|
|
|
|
dependencies {
|
2019-10-23 04:23:52 +00:00
|
|
|
"shade"("FAWE-Piston:core/build/libs/core-${Versions.PISTON}:lastSuccessfulBuild@jar")
|
|
|
|
"shade"("FAWE-Piston:core-ap/annotations/build/libs/annotations-${Versions.PISTON}:lastSuccessfulBuild@jar")
|
|
|
|
"shade"("FAWE-Piston:core-ap/processor/build/libs/processor-${Versions.PISTON}:lastSuccessfulBuild@jar")
|
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
|
|
|
}
|