File tree 1 file changed +3
-3
lines changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024 DiffPlug
2
+ * Copyright 2024-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -51,8 +51,8 @@ class NativeCmdWithoutConfigCacheTest extends GradleIntegrationHarness implement
51
51
class NativeCmdWithConfigCacheTest extends GradleIntegrationHarness implements NativeCmdIntegrationTest {
52
52
@ Override
53
53
public GradleRunner gradleRunner () throws IOException {
54
- setFile ("gradle.properties" ).toContent ("org.gradle.unsafe.configuration-cache=true" );
55
- setFile ( "gradle.properties" ). toContent ( "org.gradle.configuration-cache=true" );
54
+ setFile ("gradle.properties" ).toLines ("org.gradle.unsafe.configuration-cache=true" ,
55
+ "org.gradle.configuration-cache=true" );
56
56
return super .gradleRunner ().withGradleVersion (GradleVersionSupport .CONFIGURATION_CACHE .version );
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments