Skip to content

Commit 66d2a12

Browse files
authored
Update README.md for upstream Gradle issue workaround (#955)
* Update README.md Add known issues section and workaround for configuration cache incompatibility * Update README.md Add additional info * Update README.md
1 parent 0e8aff4 commit 66d2a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ checks for updates to Gradle itself.
1414
- [buildscript block](#buildscript-block)
1515
- [Using a Gradle init script](#using-a-gradle-init-script)
1616
- [Related plugins](#related-plugins)
17+
- [Known issues](#known-issues)
1718
- [dependencyUpdates](#dependencyupdates)
1819
- [Multi-project build](#multi-project-build)
1920
- [Revisions](#revisions)
@@ -122,6 +123,9 @@ You may also wish to explore additional functionality provided by,
122123
- [refreshVersions](https://github.com/jmfayard/refreshVersions)
123124
- [update-versions-gradle-plugin](https://github.com/tomasbjerre/update-versions-gradle-plugin)
124125

126+
### Workarounds for related Gradle Issues ###
127+
- https://github.com/gradle/gradle/issues/24636: setting the flag `org.gradle.configuration-cache.problems=warn` in `gradle.properties` causes the dependency check to fail to find dependencies with message `No dependencies found`. Comment out that line until the upstream issue with Gradle is fixed.
128+
125129
## Tasks
126130

127131
### `dependencyUpdates`

0 commit comments

Comments
 (0)