Skip to content

Commit ac3ecfe

Browse files
committed
Add OSGI and bump version to 6.0.5
1 parent 2f8de95 commit ac3ecfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ plugins {
2929
id 'jacoco'
3030
id 'signing'
3131
id 'io.codearte.nexus-staging' version '0.21.2'
32+
id 'biz.aQute.bnd.builder' version '5.2.0'
3233
}
3334

3435
repositories {
@@ -38,7 +39,7 @@ repositories {
3839

3940
group = 'org.jodd'
4041
//version = '6.0.3-SNAPSHOT'
41-
version = '6.0.4'
42+
version = '6.0.5'
4243

4344
rootProject.description = 'Jodd HTTP Client'
4445

@@ -72,6 +73,7 @@ dependencies {
7273
}
7374

7475
jar {
76+
bnd ('-exportcontents': 'jodd.*')
7577
manifest {
7678
attributes(
7779
'Implementation-Title': project.name,

0 commit comments

Comments
 (0)