Skip to content

Commit 1fc8280

Browse files
authored
Update license command to avoid problems with caching
1 parent 151d3d7 commit 1fc8280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Before beginning a release, make sure dependencies are updated.
77
Run `./gradlew dependencyUpdates` to get a report on what dependencies have updates and apply them to
88
`dependencyManagement` and `settings.gradle.kts`.
99

10-
Then, run `./gradlew generateLicenseReport` to update our licenses to reflect the update. Send a PR
10+
Then, run `rm -rf licenses && ./gradlew --no-build-cache --rerun-tasks generateLicenseReport` to update our licenses to reflect the update. Send a PR
1111
and merge.
1212

1313
## Starting the Release

0 commit comments

Comments
 (0)