From b99511966bf5f2230dcc35cb9dc6d74e84c0c0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristi=C4=81ns=20Mic=C4=ABtis?= Date: Fri, 27 Sep 2024 11:06:56 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfc783f..538376a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,11 +20,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '17' + java-version: '21' cache: gradle - name: Grant execute permission for gradlew @@ -38,4 +38,4 @@ jobs: env: MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }} with: - arguments: build -x test publish --stacktrace --no-daemon \ No newline at end of file + arguments: build -x test publish --stacktrace --no-daemon