From 736066f5ded17b4a2f05a2be39a690f2a6c22c4c Mon Sep 17 00:00:00 2001 From: Fadelis Date: Thu, 11 Apr 2024 17:36:40 +0300 Subject: [PATCH] bump java build version --- .github/workflows/build_pipeline.yml | 4 ++-- .github/workflows/release_pipeline.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_pipeline.yml b/.github/workflows/build_pipeline.yml index b59dd55..25eeae3 100644 --- a/.github/workflows/build_pipeline.yml +++ b/.github/workflows/build_pipeline.yml @@ -14,11 +14,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up JDK 8 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 8 + java-version: 17 cache: maven - name: mvn verify diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 4050015..22be14c 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -14,11 +14,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up JDK 8 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 8 + java-version: 17 cache: maven - name: Set version