From 7401ea539051f9766a220ffe42be2fa339534250 Mon Sep 17 00:00:00 2001 From: Ruslan Gainutdinov Date: Mon, 8 Jul 2024 11:30:56 +0300 Subject: [PATCH] ci: github build workflow fixed --- .github/workflows/maven.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 65a21f7..f25a737 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -9,8 +9,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: - java-version: 1.8 + java-version: '21' + distribution: 'adopt' - name: Build with Maven run: mvn clean package \ No newline at end of file