File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ graalvmNative {
3939 }
4040 }
4141 toolchainDetection.set(false )
42+ // Disable metadata repository to work around configuration cache incompatibility
43+ // https://github.com/graalvm/native-build-tools/issues/477
44+ metadataRepository {
45+ enabled.set(false )
46+ }
4247}
4348
4449// GraalVM Native Build Tools plugin is not yet compatible with configuration cache
Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ graalvmNative {
3636 }
3737 }
3838 toolchainDetection.set(false )
39+ // Disable metadata repository to work around configuration cache incompatibility
40+ // https://github.com/graalvm/native-build-tools/issues/477
41+ metadataRepository {
42+ enabled.set(false )
43+ }
3944}
4045
4146// GraalVM Native Build Tools plugin is not yet compatible with configuration cache
You can’t perform that action at this time.
0 commit comments