HHH-15571 Use Gradle BND Plugin for generating OSGI Bundle entries in Jar Manifest
This commit is contained in:
parent
0b34025f1a
commit
11b968a2ee
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue