Skip to content

Commit

Permalink
Remove manifest blocks from JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 25, 2024
1 parent 76e632b commit d52266b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@ task cppHeadersZip(type: Zip, dependsOn: make) {
archiveBaseName = zipBaseName
duplicatesStrategy = 'exclude'

manifest {
attributes(
"Created-By": "WPILib Gradle Build Script",
"Implementation-Title": "OpenCV Native Libraries, ${project.ext.platformClassifier}",
"Implementation-Version": pubVersion,
"Implementation-Vendor": "Itseez",

"Bundle-Name": "${archiveBaseName.get()}",
"Bundle-Version": pubVersion,
"Bundle-License": "https://opensource.org/licenses/BSD-3-Clause",
"Bundle-Vendor": "WPILib")
}

from(licenseFile) {
into '/'
}
Expand Down Expand Up @@ -211,19 +198,6 @@ task cppHeadersZip(type: Zip, dependsOn: make) {
archiveBaseName = zipBaseName
duplicatesStrategy = 'exclude'

manifest {
attributes(
"Created-By": "WPILib Gradle Build Script",
"Implementation-Title": "OpenCV Native Libraries, ${project.ext.platformClassifier}",
"Implementation-Version": pubVersion,
"Implementation-Vendor": "Itseez",

"Bundle-Name": "${archiveBaseName.get()}",
"Bundle-Version": pubVersion,
"Bundle-License": "https://opensource.org/licenses/BSD-3-Clause",
"Bundle-Vendor": "WPILib")
}

from(licenseFile) {
into '/'
}
Expand Down

0 comments on commit d52266b

Please sign in to comment.