From 4177162dd8ea452e1862c49bc96e3d408c2835c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no>
Date: Thu, 19 Aug 2021 11:06:23 +0000
Subject: [PATCH] Update .gitpod.yml

---
 .gitpod.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 99e0c75..c2a8c96 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -2,7 +2,7 @@ image:
   file: .gitpod.dockerfile
 
 tasks:
-  - init: sdk use java 14.0.2.j9-adpt
+  - init: sdk use java 16.0.1.hs-adpt
     command: cd hellojavafx
 
 ports:
-- 
GitLab