build(): added AOT for spring

This commit is contained in:
ITQ
2026-04-30 09:49:25 +03:00
parent 28eb823f98
commit a41c3de0df
2 changed files with 5 additions and 8 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"