We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151d3d7 commit 1fc8280Copy full SHA for 1fc8280
RELEASING.md
@@ -7,7 +7,7 @@ Before beginning a release, make sure dependencies are updated.
7
Run `./gradlew dependencyUpdates` to get a report on what dependencies have updates and apply them to
8
`dependencyManagement` and `settings.gradle.kts`.
9
10
-Then, run `./gradlew generateLicenseReport` to update our licenses to reflect the update. Send a PR
+Then, run `rm -rf licenses && ./gradlew --no-build-cache --rerun-tasks generateLicenseReport` to update our licenses to reflect the update. Send a PR
11
and merge.
12
13
## Starting the Release
0 commit comments