Skip to content

Commit

Permalink
Enable relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 8, 2024
1 parent 9ae19fa commit 45c0ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ tasks.withType(Test).configureEach {
testLogging.showStandardStreams = true
}

tasks.named('shadowJar') {
tasks.named('shadowJar', ShadowJar) {
archiveClassifier = ''
enableRelocation = false
enableRelocation = true
relocationPrefix 'shadow'
}

Expand Down

0 comments on commit 45c0ee2

Please sign in to comment.