Skip to content

Commit 449d8c4

Browse files
committed
fix: bump java version
1 parent 72c9fe1 commit 449d8c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
All contributions are highly appreciated!
3+
All contributions are highly appreciated!
44
Start by [forking the repository](https://github.com/deepnote/deepnote-toolkit/fork) on GitHub and setting up Deepnote Toolkit for local development.
55

66
## Local development setup
@@ -13,17 +13,17 @@ Start by [forking the repository](https://github.com/deepnote/deepnote-toolkit/f
1313
2. Run setup:
1414

1515
```bash
16-
mise install # Installs Python 3.12 and Java 11
16+
mise install # Installs Python 3.12 and Java 17
1717
mise run setup # Installs dependencies and pre-commit hooks
1818
```
1919

2020
#### Option 2: Manual setup
2121

2222
1. Install poetry: [Installation](https://python-poetry.org/docs/#installation)
23-
2. Install Java 11 (required for PySpark tests):
24-
- macOS: `brew install openjdk@11`
25-
- Ubuntu/Debian: `sudo apt-get install openjdk-11-jdk`
26-
- RHEL/Fedora: `sudo dnf install java-11-openjdk-devel`
23+
2. Install Java 17 (required for PySpark tests):
24+
- macOS: `brew install openjdk@17`
25+
- Ubuntu/Debian: `sudo apt-get install openjdk-17-jdk`
26+
- RHEL/Fedora: `sudo dnf install java-17-openjdk-devel`
2727
3. Set up venv for development package:
2828

2929
```bash

0 commit comments

Comments
 (0)