Move AOT hints to main module

Closes gh-1446
This commit is contained in:
Josh Long
2023-11-14 16:01:53 -08:00
committed by Joe Grandja
parent d7f8a16d94
commit 0c4df7f419
8 changed files with 358 additions and 265 deletions

View File

@@ -2,6 +2,7 @@ plugins {
id "org.springframework.boot" version "3.1.0"
id "io.spring.dependency-management" version "1.1.0"
id "java"
id 'org.graalvm.buildtools.native' version '0.9.27'
}
group = project.rootProject.group