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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user