From 0a21c90efae1f46ff692b6fed9cee85a4080e338 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Fri, 14 Apr 2023 14:06:19 -0300 Subject: [PATCH] chore: change to coretto java distribution on workflow --- .github/workflows/nightly-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index e5dc85a30..106e7b90f 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '17' - distribution: 'temurin' + distribution: 'corretto' cache: gradle - name: Get current date