From efa3ef8a4ebc21c42fc6c550fdb243a43e04492b Mon Sep 17 00:00:00 2001 From: sullis Date: Sat, 10 Apr 2021 12:12:20 -0700 Subject: [PATCH] setup-java v2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43215c1..bf99c1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: + distribution: 'zulu' java-version: 11.0.10 architecture: x64 - name: Build with Maven