From fc01387ff6444ec9ac341c5dd474aad8a3bd2043 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Thu, 6 Jan 2022 11:26:20 +0100 Subject: [PATCH] [skip ci] add installing jdk-17 --- .../provs/workplace/infrastructure/PackageBundles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/workplace/infrastructure/PackageBundles.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/workplace/infrastructure/PackageBundles.kt index 0201304..77a29f9 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/workplace/infrastructure/PackageBundles.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/workplace/infrastructure/PackageBundles.kt @@ -14,4 +14,4 @@ val OPENCONNECT = "openconnect network-manager-openconnect network-manager-openc val VPNC = "vpnc network-manager-vpnc network-manager-vpnc-gnome vpnc-scripts" -val JAVA_JDK = "openjdk-8-jdk openjdk-11-jdk openjdk-14-jdk" \ No newline at end of file +val JAVA_JDK = "openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk" \ No newline at end of file