You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2022/07/12 02:31:48 UTC

[commons-configuration] branch master updated: setup-java: adopt -> temurin

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 92f13112 setup-java:  adopt -> temurin
92f13112 is described below

commit 92f13112f167d805e2117c0e98267d453dfb5cdc
Author: Sean Sullivan <se...@netflix.com>
AuthorDate: Wed Jun 29 14:05:07 2022 -0700

    setup-java:  adopt -> temurin
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 00b779df..7330ebeb 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -33,7 +33,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: 'temurin'
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven