File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ apply from: rootProject.file( 'gradle/databases.gradle' )
2828apply plugin : ' org.hibernate.orm.database-service'
2929
3030apply plugin : ' java-library'
31+ apply plugin : ' biz.aQute.bnd.builder'
3132apply plugin : ' org.hibernate.orm.database-service'
3233
3334apply plugin : ' checkstyle'
You can’t perform that action at this time.
0 commit comments