From 1661535d6bf820be6399bb964a661f4548e15b81 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Tue, 17 Aug 2021 17:56:52 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4af0a9c..94dc95f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: set up JDK 1.8 - uses: actions/setup-java@v1 + - uses: actions/checkout@v2 + - name: set up JDK 1.11 + uses: actions/setup-java@v2 with: - java-version: 1.8 + distribution: 'adopt' + java-version: '11' - name: Build with Gradle run: ./gradlew assembleDebug