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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 857205e AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. 857205e is described below commit 857205e75b76f1656a32b24069f6bc9701a2ba3f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 29 00:28:35 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 261c84a..da6c79a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -47,7 +47,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 --file pom.xml --no-transfer-progress -DtrimStackTrace=false