Gradle
Gradle setup tutorial
repositories {
...
maven { url 'https://jitpack.io' }
}apply plugin: 'com.github.johnrengelman.shadow'
shadowJar {
relocate 'com.haroldstudios.hexitextlib', '[YOU PACKAGE].hexitextlib'
}Last updated
Gradle setup tutorial
repositories {
...
maven { url 'https://jitpack.io' }
}apply plugin: 'com.github.johnrengelman.shadow'
shadowJar {
relocate 'com.haroldstudios.hexitextlib', '[YOU PACKAGE].hexitextlib'
}Last updated