EndlessCodeGroup / BukkitGradle

Gradle utilities for easier writing Bukkit plugins
https://plugins.gradle.org/plugin/ru.endlesscode.bukkitgradle
MIT License
36 stars 3 forks source link

Add support for my repo + ACF #21

Open aikar opened 6 years ago

aikar commented 6 years ago

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.

osipxd commented 6 years ago

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

Thanks for the suggestion.

aikar commented 6 years ago

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

osipxd commented 6 years ago