Use graal metadata repository

- New version 0.1.1 now enabled in sample.
- Remove hibernate validator hints as those are
  in metadata repo.
- Relates #490
This commit is contained in:
Janne Valkealahti
2022-08-19 08:09:06 +01:00
parent 310cbf84a0
commit 52baaa3f86
2 changed files with 6 additions and 15 deletions

View File

@@ -16,6 +16,12 @@ springBoot {
buildInfo()
}
graalvmNative {
metadataRepository {
version = "0.1.1"
}
}
// TODO: workaround until boot's aot plugin automatically extends
// from all super configurations like graalvm's plugin does.
configurations {