Skip to content

Commit

Permalink
Merge pull request #52 from eMoflon/feature/update-jdk-21
Browse files Browse the repository at this point in the history
Updates OpenJDK to v21
  • Loading branch information
maxkratz committed Jun 7, 2024
2 parents f7bbcb5 + e85bb07 commit 20be6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository is used to automatically build an [eMoflon](https://emoflon.org)
## Packages/Configuration

- [Ubuntu 24.04](https://app.vagrantup.com/gusztavvargadr/boxes/xubuntu-desktop-2404-lts)
- [OpenJDK 17](https://openjdk.org/projects/jdk/17/)
- [OpenJDK 21](https://openjdk.org/projects/jdk/21/)
- [Graphviz](https://graphviz.org/)
- [eMoflon IBeX Eclipse build](https://github.com/eMoflon/emoflon-ibex-eclipse-build) (variant: *eclipse-emoflon-linux-user*)

Expand Down
4 changes: 2 additions & 2 deletions prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ log "Installing updates."
sudo apt-get update
sudo apt-get upgrade -y

# Java/JDK17
# Java/JDK21
log "Installing OpenJDK."
sudo apt-get install -y openjdk-17-jdk
sudo apt-get install -y openjdk-21-jdk
#java --version

# Packages for building a new kernel
Expand Down

0 comments on commit 20be6a3

Please sign in to comment.