From 0d4ce1906d84f2ef9b9cf7da73189d0d71bee46f Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 11 Nov 2021 17:50:05 +0100 Subject: ci: Fix Gradle release candidate test workflow This change fixes an issue with the workflow that tests the latest Gradle release candidate where the distribution of the Java runtime was not specified, which has been made a required parameter since setup-java@v2. --- .github/workflows/test-gradle-rc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-gradle-rc.yml b/.github/workflows/test-gradle-rc.yml index c03c037a..3f62004b 100644 --- a/.github/workflows/test-gradle-rc.yml +++ b/.github/workflows/test-gradle-rc.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: + distribution: 'zulu' java-version: 17 - uses: gradle/gradle-build-action@v2 with: -- cgit v1.2.3