File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,11 @@ graalvmNative {
4040 }
4141 toolchainDetection.set(false )
4242}
43+
44+ // GraalVM Native Build Tools plugin is not yet compatible with configuration cache
45+ // https://github.com/graalvm/native-build-tools/issues/477
46+ tasks.configureEach {
47+ if (name.startsWith(" native" )) {
48+ notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
49+ }
50+ }
Original file line number Diff line number Diff line change @@ -37,3 +37,11 @@ graalvmNative {
3737 }
3838 toolchainDetection.set(false )
3939}
40+
41+ // GraalVM Native Build Tools plugin is not yet compatible with configuration cache
42+ // https://github.com/graalvm/native-build-tools/issues/477
43+ tasks.configureEach {
44+ if (name.startsWith(" native" )) {
45+ notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
46+ }
47+ }
You can’t perform that action at this time.
0 commit comments