Skip to content

Commit

Permalink
Replace OSGi plugin with biz.aQute.bnd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Nov 26, 2019
1 parent 7788ffe commit 4558a00
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,23 @@
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
*/

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0'
}
}

plugins {
id("net.ltgt.errorprone") version "0.8.1" apply false
}

apply(plugin: "java");
apply(plugin: "maven");
apply(plugin: "signing");
apply(plugin: "osgi");
apply(plugin: "biz.aQute.bnd.builder");
apply(plugin: "idea");
apply(plugin: "eclipse");
apply(plugin: "net.ltgt.errorprone");
Expand Down

0 comments on commit 4558a00

Please sign in to comment.