This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 6644887674813181edee20b710dc7d59df7bbbad Author: Matt Sicker <[email protected]> AuthorDate: Sat Jan 29 01:37:08 2022 -0600 Use zulu jdk build in workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb805d5..5a5bbd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Setup JDK 11 uses: actions/[email protected] with: - distribution: 'temurin' + distribution: 'zulu' java-version: 11 java-package: jdk architecture: x64
