From cc8cb43d3448e050d2ad7c46cb82ae384b54f5bc Mon Sep 17 00:00:00 2001 From: Murat Eken <meken@google.com> Date: Mon, 20 Feb 2023 13:31:02 +0100 Subject: [PATCH] upgrading the build to Java 17 --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 442f5403..73edcee7 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - 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 -- GitLab