Skip to content

Commit 5892df8

Browse files
authored
Update code-change-guide.md (#34266)
add instruction to remove .gradle from beam repo too
1 parent ee62d7d commit 5892df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor-docs/code-change-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ Tips for using the Dataflow runner:
632632
633633
* If you run into some strange errors such as `java.lang.NoClassDefFoundError` or errors related to proto changes, try these:
634634
* run `./gradlew clean`
635-
* remove the gradle cache, e.g., `rm -fr ~/.gradle`
635+
* remove the gradle cache, e.g., `rm -fr ~/.gradle` and `rm -fr <beam-repo-dir>/.gradle`
636636
* remove the `build` directory at the repo root
637637
* To run one single Java test with gradle, use `--tests` to filter, for example, `./gradlew :it:google-cloud-platform:WordCountIntegrationTest --tests "org.apache.beam.it.gcp.WordCountIT.testWordCountDataflow"`
638638

0 commit comments

Comments
 (0)