From 85b22cdc4f28e10450b3d533d1cdb2ec16ae84e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no>
Date: Wed, 5 May 2021 22:01:05 +0000
Subject: [PATCH] Update .gitpod.yml to 16.0.1 hotspot

---
 .gitpod.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 8007b78..74f08b2 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -2,7 +2,7 @@ image:
   file: .gitpod.Dockerfile
 
 tasks:
-  - init: sdk use java 16.0.0.j9-adpt
+  - init: sdk use java 16.0.1.hs-adpt
     command: cd todolist
 
 ports:
@@ -12,4 +12,4 @@ ports:
 vscode:
   extensions:
     - jebbs.plantuml@2.13.12:q7DiD6H5NTesaWYIXmeMMQ==
-    - vsls-contrib.codetour@0.0.37:n/LcXr1DIqz+xFGficwDHA==
\ No newline at end of file
+    - vsls-contrib.codetour@0.0.37:n/LcXr1DIqz+xFGficwDHA==
-- 
GitLab