BukkitGradle icon indicating copy to clipboard operation
BukkitGradle copied to clipboard

Add support for my repo + ACF

Open aikar opened this issue 7 years ago • 3 comments

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.

aikar avatar Aug 21 '18 16:08 aikar

Hello! Yes, I'll add your repo to BukkitGradle. Also, I'll think about adding automatic relocation.

Thanks for the suggestion.

osipxd avatar Aug 21 '18 17:08 osipxd

Well please don't add it partially, if support is added, it needs to be relocated :)

aikar avatar Aug 21 '18 18:08 aikar

  • [x] Add Aikar's repo
  • [ ] Add ACF support

osipxd avatar Aug 21 '18 21:08 osipxd