Switch to use implementation config

- Now switching to use implementation configuration as it
  works better with aot tooling.
- Relates #470
This commit is contained in:
Janne Valkealahti
2022-09-06 19:39:14 +01:00
parent cf7c409d1c
commit a9a420df22
2 changed files with 1 additions and 11 deletions

View File

@@ -21,10 +21,3 @@ graalvmNative {
version = "0.1.1"
}
}
// TODO: workaround until boot's aot plugin automatically extends
// from all super configurations like graalvm's plugin does.
configurations {
aotCompileClasspath.extendsFrom management
aotRuntimeClasspath.extendsFrom management
}