mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
parent
b4fb931c23
commit
4604bd930e
@ -51,7 +51,6 @@ shadowJar {
|
|||||||
relocate 'com.maxmind', 'plan.com.maxmind'
|
relocate 'com.maxmind', 'plan.com.maxmind'
|
||||||
relocate 'com.fasterxml', 'plan.com.fasterxml'
|
relocate 'com.fasterxml', 'plan.com.fasterxml'
|
||||||
relocate 'com.zaxxer', 'plan.com.zaxxer'
|
relocate 'com.zaxxer', 'plan.com.zaxxer'
|
||||||
relocate 'com.github.benmanes', 'plan.com.github.benmanes'
|
|
||||||
relocate 'com.googlecode.htmlcompressor', 'plan.com.google.htmlcompressor'
|
relocate 'com.googlecode.htmlcompressor', 'plan.com.google.htmlcompressor'
|
||||||
relocate 'com.google.protobuf', 'plan.com.google.protobuf'
|
relocate 'com.google.protobuf', 'plan.com.google.protobuf'
|
||||||
relocate 'com.google.gson', 'plan.com.google.gson'
|
relocate 'com.google.gson', 'plan.com.google.gson'
|
||||||
|
@ -23,6 +23,7 @@ shadowJar {
|
|||||||
relocate 'com.mysql.jdbc', 'plan.com.mysql.jdbc'
|
relocate 'com.mysql.jdbc', 'plan.com.mysql.jdbc'
|
||||||
relocate 'com.mysql.cj', 'plan.com.mysql.cj'
|
relocate 'com.mysql.cj', 'plan.com.mysql.cj'
|
||||||
relocate 'javax.inject', 'plan.javax.inject'
|
relocate 'javax.inject', 'plan.javax.inject'
|
||||||
|
relocate 'com.github.benmanes', 'plan.com.github.benmanes'
|
||||||
|
|
||||||
destinationDir = file("$rootDir/builds/")
|
destinationDir = file("$rootDir/builds/")
|
||||||
baseName = "Plan"
|
baseName = "Plan"
|
||||||
|
Loading…
Reference in New Issue
Block a user