Skip to content

Commit 11b968a

Browse files
ChristianHoeselbeikov
authored andcommitted
HHH-15571 Use Gradle BND Plugin for generating OSGI Bundle entries in Jar Manifest
1 parent 0b34025 commit 11b968a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ plugins {
2323
id 'org.hibernate.build.xjc-jakarta' version '1.0.2' apply false
2424
id 'org.hibernate.matrix-test' version '3.1.1' apply false
2525
id 'org.hibernate.orm.database-service' apply false
26+
id 'biz.aQute.bnd' version '6.3.1' apply false
2627

2728
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
2829
id 'nu.studer.credentials' version '2.1'

gradle/java-module.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ apply from: rootProject.file( 'gradle/databases.gradle' )
2828
apply plugin: 'org.hibernate.orm.database-service'
2929

3030
apply plugin: 'java-library'
31+
apply plugin: 'biz.aQute.bnd.builder'
3132
apply plugin: 'org.hibernate.orm.database-service'
3233

3334
apply plugin: 'checkstyle'

0 commit comments

Comments
 (0)