Skip to content

Commit fab6b5b

Browse files
committed
Move osgi plugin application to the conventions script.
1 parent 6076f23 commit fab6b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/convention.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ subprojects { project ->
99
description = name.capitalize().replaceAll("-\\w") { " " + (it.toUpperCase() - "-") }.replaceAll("Rxjava", "RxJava")
1010

1111
apply plugin: 'java'
12+
apply plugin: 'osgi'
1213

1314
sourceCompatibility = JavaVersion.VERSION_1_6
1415
targetCompatibility = JavaVersion.VERSION_1_6

0 commit comments

Comments
 (0)