Skip to content

Commit

Permalink
Enable strict Kotlin DSL precompiled script plugins accessors generat…
Browse files Browse the repository at this point in the history
…ion (#5048)

This opts-in to a stricter mode of operation that fails the build when a
plugin application fails, and enables the build cache for the
:generatePrecompiledScriptPluginAccessors task.

This will be the default in Gradle 8.0, but there's no reason not to enable
this in advance of that release given our build is stable with it enabled.
  • Loading branch information
3flex committed Jul 8, 2022
1 parent 6638b2f commit 8940fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Expand Up @@ -4,3 +4,4 @@ org.gradle.parallel=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=false
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true

0 comments on commit 8940fb6

Please sign in to comment.