Skip to content

Commit bc4bd3e

Browse files
committed
Remove unsafe from configuration-cache property in project template.
1 parent 52c564a commit bc4bd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functionalTest/kotlin/io/github/reactivecircus/appversioning/fixtures/ProjectTemplates.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun settingsFileContent(
2626
fun gradlePropertiesFileContent(enableConfigurationCache: Boolean): String {
2727
val configurationCacheProperties = if (enableConfigurationCache) {
2828
"""
29-
org.gradle.unsafe.configuration-cache=true
29+
org.gradle.configuration-cache=true
3030
org.gradle.unsafe.isolated-projects=true
3131
""".trimIndent()
3232
} else {

0 commit comments

Comments
 (0)