Merge pull request #35 from devitq/hotfix/add-aot

hotfix: added AOT
This commit was merged in pull request #35.
This commit is contained in:
ITQ
2026-04-30 11:35:08 +03:00
committed by GitHub
3 changed files with 6 additions and 9 deletions
+2
View File
@@ -15,6 +15,8 @@ plugins {
jacoco
}
apply(plugin = "org.springframework.boot.aot")
apply(from = "$rootDir/gradle/docker.gradle.kts")
group = "com.project"