From 6f2ee42a687aae3151a047dfd4e2f12a6d8f8a00 Mon Sep 17 00:00:00 2001 From: Tim Walters Date: Thu, 30 Sep 2021 18:28:50 +0100 Subject: [PATCH 1/2] try java 17 --- .github/workflows/ci.yml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2f7709..b649011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # required for sonar analysis - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: maven - name: Build with Maven diff --git a/pom.xml b/pom.xml index 5e7fd12..ff9e124 100644 --- a/pom.xml +++ b/pom.xml @@ -27,14 +27,14 @@ http://github.com/solubris/typedtuples/ - 11 + 17 UTF-8 false solubris_typedtuples solubris https://sonarcloud.io - 11 + 17 src/main/java/**/*.java e1,e2 From b612f5564412440591144b089e8bac82a11b9fda Mon Sep 17 00:00:00 2001 From: Tim Walters Date: Thu, 30 Sep 2021 18:38:51 +0100 Subject: [PATCH 2/2] go back to 11 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ff9e124..5e7fd12 100644 --- a/pom.xml +++ b/pom.xml @@ -27,14 +27,14 @@ http://github.com/solubris/typedtuples/ - 17 + 11 UTF-8 false solubris_typedtuples solubris https://sonarcloud.io - 17 + 11 src/main/java/**/*.java e1,e2