9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

Prep 1.4 release

This commit is contained in:
William
2022-06-08 01:15:54 +01:00
parent aed68b3045
commit 2b6e2a1ddc
4 changed files with 12 additions and 7 deletions

View File

@@ -7,4 +7,14 @@ dependencies {
}
shadowJar {
relocate 'de.themoep', 'net.william278.husksync.libraries'
relocate 'org.bstats', 'net.william278.husksync.libraries.bstats'
relocate 'redis.clients', 'net.william278.husksync.libraries'
relocate 'org.apache', 'net.william278.husksync.libraries'
relocate 'net.william278.mpdbconverter', 'net.william278.husksync.libraries.mpdbconverter'
}
java {
withSourcesJar()
withJavadocJar()
}

View File

@@ -14,6 +14,5 @@ shadowJar {
relocate 'org.bstats', 'net.william278.husksync.libraries.bstats'
relocate 'redis.clients', 'net.william278.husksync.libraries'
relocate 'org.apache', 'net.william278.husksync.libraries'
relocate 'net.william278.mpdbdataconverter', 'net.william278.husksync.libraries.mpdbdataconverter'
relocate 'net.william278.mpdbconverter', 'net.william278.husksync.libraries.mpdbconverter'
}

View File

@@ -6,10 +6,6 @@ dependencies {
compileOnly 'com.zaxxer:HikariCP:5.0.1'
}
java {
withJavadocJar()
}
shadowJar {
relocate 'com.zaxxer', 'net.william278.husksync.libraries'
}

View File

@@ -10,4 +10,4 @@ before_install:
install:
- 'if ! ./.jitpack/ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi'
- 'java -version'
- './gradlew publishToMavenLocal'
- './gradlew clean publishToMavenLocal'