Skip to content

Commit

Permalink
Increase max cache prolems flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Oct 3, 2022
1 parent 66372fd commit 94e100a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kotlin.incremental.js=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.unsafe.configuration-cache.max-problems=64000

# cache accessors - defaults to 'true' in Gradle 8.0 https://github.com/gradle/gradle/issues/20416
org.gradle.kotlin.dsl.precompiled.accessors.strict=true

0 comments on commit 94e100a

Please sign in to comment.