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