diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index febda7e295..2c6679df1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,11 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' + cache: 'gradle' - run: ./gradlew --no-daemon build env: TERM: dumb