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,12 +49,12 @@ 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" )
53- || name.endsWith(" ResourcesConfigFile" )
54- || name.endsWith(" DynamicAccessMetadata" )
55- || name == " test"
56- || name == " collectReachabilityMetadata"
57- || name == " metadataCopy" ) {
52+ if (name.startsWith(" native" ) ||
53+ name.endsWith(" ResourcesConfigFile" ) ||
54+ name.endsWith(" DynamicAccessMetadata" ) ||
55+ name == " test" ||
56+ name == " collectReachabilityMetadata" ||
57+ name == " metadataCopy" ) {
5858 notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
5959 }
6060}
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ 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" )
50- || name.endsWith(" ResourcesConfigFile" )
51- || name.endsWith(" DynamicAccessMetadata" )
52- || name == " test"
53- || name == " collectReachabilityMetadata"
54- || name == " metadataCopy" ) {
49+ if (name.startsWith(" native" ) ||
50+ name.endsWith(" ResourcesConfigFile" ) ||
51+ name.endsWith(" DynamicAccessMetadata" ) ||
52+ name == " test" ||
53+ name == " collectReachabilityMetadata" ||
54+ name == " metadataCopy" ) {
5555 notCompatibleWithConfigurationCache(" GraalVM Native Build Tools plugin is not compatible with configuration cache" )
5656 }
5757}
You can’t perform that action at this time.
0 commit comments