File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ graalvmNative {
4949// GraalVM Native Build Tools plugin is not yet compatible with configuration cache
5050// https://github.com/graalvm/native-build-tools/issues/477
5151tasks.configureEach {
52- if (name.startsWith(" native" )) {
52+ if (name.startsWith(" native" ) || name == " test " || name == " collectReachabilityMetadata " ) {
5353 notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
5454 }
5555}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ graalvmNative {
4646// GraalVM Native Build Tools plugin is not yet compatible with configuration cache
4747// https://github.com/graalvm/native-build-tools/issues/477
4848tasks.configureEach {
49- if (name.startsWith(" native" )) {
49+ if (name.startsWith(" native" ) || name == " test " || name == " collectReachabilityMetadata " ) {
5050 notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
5151 }
5252}
You can’t perform that action at this time.
0 commit comments