commit | f27de127c7e1685b5d943bed21479d5703f945e2 | [log] [tgz] |
---|---|---|
author | Markus KARG <markus@headcrashing.eu> | Wed Dec 22 10:10:19 2021 +0100 |
committer | Markus KARG <markus@headcrashing.eu> | Thu Dec 23 11:25:52 2021 +0100 |
tree | d292211908b86aefd92da9053262b7937c680902 | |
parent | 910882f84504b15310da4c4f8e0c8916039cbe4c [diff] |
Adopt OpenJDK now is Eclipse Temurin
diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index 0e68da1..86c2781 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml
@@ -18,6 +18,6 @@ uses: actions/setup-java@v2 with: java-version: '11' - distribution: 'adopt' + distribution: 'temurin' - name: Build with Maven run: mvn -B package --file pom.xml