commit - dfdebdb34338e09ae3bac605be967b4de12e2c7e
commit + f87cda67301f7e50d6a56dd1c1cb7a02c52faabd
blob - 71f842c960b0178ef6780453571ee0a77e2acdd5
blob + d18d98edf26532d6b3b73225d302e61d1c2c3ea6
--- gradle/bnd.gradle
+++ gradle/bnd.gradle
try {
new File(it, 'OSGI-INF/l10n/bundle.properties').withInputStream {
description = new PropertyResourceBundle(it).getString('bundle.name')
- jar.bundle.bnd (
+ jar.bundle.bnd(
'Bundle-Name': '%bundle.name',
'Bundle-Description': '%bundle.description',
'Bundle-Vendor': '%bundle.vendor')
blob - f042b86f7888f3ed228e73c24b544a8902604cc7
blob + 7ae4b7594f20540333241b3b3e23e3df9c190a7c
--- gradle/java.gradle
+++ gradle/java.gradle
withSourcesJar()
}
-jar.manifest.attributes (
+jar.manifest.attributes(
"Implementation-Title": project.name,
"Implementation-Vendor": project.vendor,
"Implementation-Version": project.version)