Skip to content

Commit 83f896e

Browse files
committed
Replace OSGi plugin with biz.aQute.bnd.
Fixes #13.
1 parent 4ac0923 commit 83f896e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

build.gradle

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,19 @@
1717
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
1818
*/
1919

20+
buildscript {
21+
repositories {
22+
mavenCentral()
23+
}
24+
dependencies {
25+
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
26+
}
27+
}
28+
2029
apply(plugin: "java");
2130
apply(plugin: "maven");
2231
apply(plugin: "signing");
23-
apply(plugin: "osgi");
32+
apply(plugin: "biz.aQute.bnd.builder");
2433
apply(plugin: "idea");
2534
apply(plugin: "eclipse");
2635

0 commit comments

Comments
 (0)