Skip to content

Commit

Permalink
build(avd): keep both jdk 11 and 17 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfprod authored Dec 3, 2023
1 parent 0847278 commit 35ade18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2022 rfprod.
Copyright (c) 2018-2023 rfprod.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions install-avd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ installAvd() {
printGap
sudo apt-get install g++

printInfoTitle "Installing the Open JDK 11..."
printInfoTitle "Installing the Open JDK 11 and 17..."
printGap
sudo apt-get install default-jdk openjdk-11-jdk
sudo apt-get install default-jdk openjdk-11-jdk openjdk-17-jdk

printInfoTitle "Configuring the JDK..."
printGap
Expand Down

0 comments on commit 35ade18

Please sign in to comment.