Skip to content

Commit 5b04d66

Browse files
authored
chore(build): enable Gradle isolated build (#11279)
2 parents e1daa8d + c10ff72 commit 5b04d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ org.gradle.caching=true
1212
org.gradle.configuration-cache=true
1313
org.gradle.configuration-cache.parallel=true
1414
org.gradle.kotlin.dsl.allWarningsAsErrors=true
15-
#org.gradle.tooling.parallel=true
16-
#org.gradle.unsafe.isolated-projects=true
15+
org.gradle.tooling.parallel=true
16+
org.gradle.unsafe.isolated-projects=true
1717
# Kotlin
1818
kotlin.code.style=official
1919
kotlin.compiler.execution.strategy=in-process

0 commit comments

Comments
 (0)