Remove duplicate mysql relocation line

This commit is contained in:
Risto Lahtela 2021-03-15 18:25:16 +02:00
parent 7e08ea8245
commit 2767c0ff65
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ shadowJar {
}
relocate 'dagger', 'plan.dagger'
relocate 'com.mysql', 'plan.com.mysql'
relocate 'com.mysql', 'plan.com.mysql'
// Don't relocate SQLite since the org.sqlite.NativeDB class calls are not relocated properly
// relocate 'org.sqlite', 'plan.org.sqlite'
relocate 'javax.inject', 'plan.javax.inject'