Relocated Caffeine library later

Affects issues:
- Fixed #1756
This commit is contained in:
Risto Lahtela 2021-02-14 19:46:21 +02:00
parent b4fb931c23
commit 4604bd930e
2 changed files with 1 additions and 1 deletions

View File

@ -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'

View File

@ -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"