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 6076f23 commit fab6b5bCopy full SHA for fab6b5b
gradle/convention.gradle
@@ -9,6 +9,7 @@ subprojects { project ->
9
description = name.capitalize().replaceAll("-\\w") { " " + (it.toUpperCase() - "-") }.replaceAll("Rxjava", "RxJava")
10
11
apply plugin: 'java'
12
+ apply plugin: 'osgi'
13
14
sourceCompatibility = JavaVersion.VERSION_1_6
15
targetCompatibility = JavaVersion.VERSION_1_6
0 commit comments