Only scan used repositories

This commit is contained in:
N0tMyFaultOG
2021-01-21 13:07:17 +01:00
parent 67f9e54285
commit c35ebd7b53
14 changed files with 160 additions and 104 deletions

View File

@ -1,6 +1,6 @@
applyLibrariesConfiguration()
dependencies {
"shade"("org.enginehub.piston.core-ap:annotations:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:processor:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:annotations:0.5.6")
"shade"("org.enginehub.piston.core-ap:processor:0.5.6")
}