Skip to content

Commit

Permalink
Just use java 17?
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius van Dis committed Jan 19, 2024
1 parent b7c8624 commit 6bb6d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Flock. eco is a collection of fullstack moduels which bootstraps development of

## Setup
```
Install Java 11
Install Java 17
Install Maven
Install Nvm
```
Expand Down

0 comments on commit 6bb6d85

Please sign in to comment.