Skip to content

Commit

Permalink
Fix gradle warning about copyLicense task
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraconnier committed Sep 13, 2022
1 parent 7c8ce51 commit c4fafa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/java-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ task copyLicense(type: Copy) {
into file("$projectDir/src/main/resources/META-INF/")
}

jar {
processResources {
dependsOn copyLicense
}

Expand Down Expand Up @@ -214,7 +214,7 @@ jar {
attributes(
"Automatic-Module-Name": project.name.replace("-", "."),
"Build-Jdk-Spec": baselineJavaVersion,
"Built-By": "jodconverter.org",
"Built-By": "JODConverter",
"Bundle-License": "https://github.com/sbraconnier/jodconverter/wiki/LICENSE",
"Bundle-Vendor": "JODConverter",
"Bundle-DocURL": "https://github.com/sbraconnier/jodconverter/wiki",
Expand Down

0 comments on commit c4fafa9

Please sign in to comment.