Skip to content

Commit c474c16

Browse files
build: bring back OSGi for Snapshots with Gradle
Signed-off-by: Andreas Reichel <[email protected]>
1 parent e9c4eb1 commit c474c16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

+11
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@ jar {
151151
"Automatic-Module-Name": "net.sf.jsqlparser"
152152
)
153153
}
154+
155+
bundle {
156+
properties.empty()
157+
bnd(
158+
"Created-By": System.properties.get('user.name'),
159+
"Bundle-SymbolicName": "net.sf.jsqlparser",
160+
"Import-Package": "*",
161+
"Export-Package": "net.sf.jsqlparser.*",
162+
"Automatic-Module-Name": "net.sf.jsqlparser"
163+
)
164+
}
154165
}
155166

156167
tasks.register('xmldoc', Javadoc) {

0 commit comments

Comments
 (0)