From 35ade18c7743bdf24014cb5a99b8b82dc1d170aa Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 3 Dec 2023 23:14:21 +0200 Subject: [PATCH] build(avd): keep both jdk 11 and 17 (#21) --- LICENSE | 2 +- install-avd.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index b5c3f64..032bd97 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/install-avd.sh b/install-avd.sh index 90deb3e..754457a 100644 --- a/install-avd.sh +++ b/install-avd.sh @@ -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