Closed
Description
Modify build so that org.graalvm.buildtools:native-gradle-plugin
is only applied if new project property springShellSampleNative
is set to true
. This has a benefit that boot plugin don't do aot classes generation if that is not needed.
Also move all generic configuration in samples gradle files into buildSrc
.