We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7788ffe commit 4558a00Copy full SHA for 4558a00
build.gradle
@@ -17,14 +17,23 @@
17
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
18
*/
19
20
+buildscript {
21
+ repositories {
22
+ mavenCentral()
23
+ }
24
+ dependencies {
25
+ classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
26
27
+}
28
+
29
plugins {
30
id("net.ltgt.errorprone") version "0.8.1" apply false
31
}
32
33
apply(plugin: "java");
34
apply(plugin: "maven");
35
apply(plugin: "signing");
-apply(plugin: "osgi");
36
+apply(plugin: "biz.aQute.bnd.builder");
37
apply(plugin: "idea");
38
apply(plugin: "eclipse");
39
apply(plugin: "net.ltgt.errorprone");
0 commit comments