Skip to content

Commit

Permalink
Fix license issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Jun 16, 2023
1 parent ba002dd commit 9f81e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
shadowJar {
archiveClassifier.set(null)
configurations = [project.configurations.shadow]
from(file('LICENSE')) { into 'META-INF' }
from(file('LICENSE')) { into 'META-INF' rename { "$it-slide-show" } }
dependencies {
it.exclude it.dependency('org.apache.httpcomponents:httpclient:.*')
it.exclude it.dependency('org.apache.httpcomponents:httpcore:.*')
Expand Down

0 comments on commit 9f81e09

Please sign in to comment.