HHH-15571 Use Gradle BND Plugin for generating OSGI Bundle entries in Jar Manifest

This commit is contained in:
Christian 2022-10-24 09:00:44 +00:00 committed by Christian Beikov
parent 0b34025f1a
commit 11b968a2ee
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ plugins {
id 'org.hibernate.build.xjc-jakarta' version '1.0.2' apply false
id 'org.hibernate.matrix-test' version '3.1.1' apply false
id 'org.hibernate.orm.database-service' apply false
id 'biz.aQute.bnd' version '6.3.1' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'nu.studer.credentials' version '2.1'

View File

@ -28,6 +28,7 @@ apply from: rootProject.file( 'gradle/databases.gradle' )
apply plugin: 'org.hibernate.orm.database-service'
apply plugin: 'java-library'
apply plugin: 'biz.aQute.bnd.builder'
apply plugin: 'org.hibernate.orm.database-service'
apply plugin: 'checkstyle'