This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new ed8c716 Add distribution: 'temurin'
ed8c716 is described below
commit ed8c7163c5e78b226a25878d4727061e8fdebba8
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 2 19:08:11 2022 +0100
Add distribution: 'temurin'
---
.github/workflows/ci.yml | 1 +
.github/workflows/coverage.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9ff549d..d56883c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
+ distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build
run: mvn -V test --file pom.xml --no-transfer-progress
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index b78d383..8c4e6e7 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -43,6 +43,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
+ distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build
run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]