Skip to content

Commit 026b5b4

Browse files
Thomas Draierbbakerman
Thomas Draier
authored andcommitted
Update build.gradle
Add osgi plugin in order to generate bundle manifest
1 parent 603b963 commit 026b5b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ext {
2525

2626
apply plugin: 'java'
2727
apply plugin: 'maven'
28+
apply plugin: 'osgi'
2829
apply from: "$projectDir/gradle/publishing.gradle"
2930

3031
repositories {
@@ -61,4 +62,4 @@ dependencies {
6162
task wrapper(type: Wrapper) {
6263
gradleVersion = '4.0'
6364
distributionUrl = "http://services.gradle.org/distributions/gradle-4.0-all.zip"
64-
}
65+
}

0 commit comments

Comments
 (0)