From 7bc6b5a194d7cba46f87928c6001f623d9cfd8fe Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 5 Sep 2022 13:51:05 +0530 Subject: fix(github): run all checks with JDK 18 --- .github/workflows/deploy_library_releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/deploy_library_releases.yml') diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 6dd0d845..e6b62d39 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v3.4.1 with: distribution: temurin - java-version: 17 + java-version: 18 - name: Upload binaries uses: gradle/gradle-build-action@v2.3.0 -- cgit v1.2.3