BukkitGradle
BukkitGradle copied to clipboard
Add support for my repo + ACF
Hello, I built a framework that is spreading through the community pretty fast called ACF (Spigot Thread), as well as other libraries such as TaskChain, IDB, and Minecraft Timings.
So my repo is common for plugins using my libraries, so recommending adding it:
maven {
name 'aikar'
url 'https://repo.aikar.co/content/groups/aikar/'
}
Might also be useful to add an dependencies { acf-paper 0.5.0 } support too, that auto follows my gradle configuration guide:
https://github.com/aikar/commands/wiki/Gradle-Setup to setup shading and automatic relocation for the user.
Hello! Yes, I'll add your repo to BukkitGradle. Also, I'll think about adding automatic relocation.
Thanks for the suggestion.
Well please don't add it partially, if support is added, it needs to be relocated :)
- [x] Add Aikar's repo
- [ ] Add ACF support