This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new 07ed229 AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. 07ed229 is described below commit 07ed229304f6fcbd744ffdad0712c0b52d92d303 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 29 00:28:28 2021 -0400 AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d156641..258a140 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven run: mvn -V --batch-mode -Ddoclint=all --file pom.xml --no-transfer-progress