From 5b281b1a5b49f56a81dad406c270b573a19f3f68 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 29 Aug 2021 00:27:30 -0400 Subject: [PATCH] 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 4333a64..6210533 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 --no-transfer-progress -D doclint=none --file pom.xml