Skip to content

Commit

Permalink
Update code-change-guide.md (#33985)
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad authored Feb 13, 2025
1 parent dcf4839 commit ca070b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contributor-docs/code-change-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,10 @@ Tips for using the Dataflow runner:
### Common Issues
* If you run into some strange errors such as `java.lang.NoClassDefFoundError`, run `./gradlew clean` first
* If you run into some strange errors such as `java.lang.NoClassDefFoundError` or errors related to proto changes, try these:
* run `./gradlew clean`
* remove the gradle cache, e.g., `rm -fr ~/.gradle`
* remove the `build` directory at the repo root
* 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"`
### Directories of snapshot builds
Expand Down

0 comments on commit ca070b2

Please sign in to comment.