Skip to content

Commit 3089d80

Browse files
committed
cicd: Build Native Image
1 parent 24905c6 commit 3089d80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle.kts

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
kotlin("plugin.spring") version "1.9.25"
66
id("org.springframework.boot") version "3.4.3"
77
id("io.spring.dependency-management") version "1.1.7"
8+
id("org.hibernate.orm") version "6.6.8.Final"
9+
id("org.graalvm.buildtools.native") version "0.10.5"
810
kotlin("plugin.jpa") version "1.9.25"
911
id("com.gorylenko.gradle-git-properties") version "2.5.0"
1012
}
@@ -77,6 +79,13 @@ kotlin {
7779
}
7880
}
7981

82+
hibernate {
83+
enhancement {
84+
enableAssociationManagement = true
85+
}
86+
}
87+
88+
8089
allOpen {
8190
annotation("jakarta.persistence.Entity")
8291
annotation("jakarta.persistence.MappedSuperclass")

0 commit comments

Comments
 (0)