From 787c72ab2c3a8eb6ca25478c12f4eb23af05e4b9 Mon Sep 17 00:00:00 2001 From: Nerosshini Date: Sat, 7 Sep 2024 00:52:09 +0800 Subject: [PATCH] Add CI workflow configuration --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 579eb0de6..aeea10bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '17' + distribution: 'temurin' # Specify the Java distribution (AdoptOpenJDK) - name: Build with Gradle run: ./gradlew build