Skip to content

Commit

Permalink
docs: update CONTRIBUTION.md for recommended Java versions (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli authored Sep 8, 2023
1 parent 204e9f5 commit 54e5c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ To run select integration tests, use `--tests=<testPattern>`, see [gradle docs](

# Development Tips

## Java version

Use Java 8 or 11 for development. https://sdkman.io/ is a helpful tool to switch between Java versions.

## Configuring Eclipse

Although jib is a mix of Gradle and Maven projects, we build everything using one
Expand Down

0 comments on commit 54e5c0f

Please sign in to comment.