From 74c45f000a9fd00f89c4259b159e9339814520e3 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Tue, 19 Oct 2021 12:50:51 +0200 Subject: [PATCH] Upgraded to java 17 --- .gitlab-ci.yml | 2 +- .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 10 ++++++++++ kickc.iml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 468f27587..72b07109b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ release: - image: maven:3-jdk-13 + image: maven:3-openjdk-17 stage: build script: - mvn -e package diff --git a/.idea/misc.xml b/.idea/misc.xml index eadec4180..69126625b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -43,7 +43,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 000000000..797acea53 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/kickc.iml b/kickc.iml index 6fe07e291..1ddad4c29 100644 --- a/kickc.iml +++ b/kickc.iml @@ -18,11 +18,11 @@ - +