Skip to content

Commit

Permalink
Report config-cache errors as warnings (#4068)
Browse files Browse the repository at this point in the history
prevent false-positive CC errors from failing the build
#4062 (comment)

<!-- 
If this PR updates documentation, please update all relevant versions of
the docs, see:
https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
The documentation at
https://github.com/kotest/kotest/tree/master/documentation/docs is the
documentation for the next minor or major version _TO BE RELEASED_
-->
  • Loading branch information
aSemy committed Jun 8, 2024
1 parent f53e50f commit 51c1c0e
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 @@ -16,6 +16,7 @@ org.gradle.caching=true
org.gradle.parallel=false
org.gradle.daemon=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache-problems=warn
org.gradle.configureondemand=false
#https://github.com/gradle/gradle/issues/11308
org.gradle.internal.publish.checksums.insecure=true
Expand Down

0 comments on commit 51c1c0e

Please sign in to comment.