We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603b963 commit 026b5b4Copy full SHA for 026b5b4
build.gradle
@@ -25,6 +25,7 @@ ext {
25
26
apply plugin: 'java'
27
apply plugin: 'maven'
28
+apply plugin: 'osgi'
29
apply from: "$projectDir/gradle/publishing.gradle"
30
31
repositories {
@@ -61,4 +62,4 @@ dependencies {
61
62
task wrapper(type: Wrapper) {
63
gradleVersion = '4.0'
64
distributionUrl = "http://services.gradle.org/distributions/gradle-4.0-all.zip"
-}
65
+}
0 commit comments