This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 4e7361fa4e Tidy workflows
4e7361fa4e is described below
commit 4e7361fa4eb29185077630dece84494cc5d34b5e
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue May 3 18:48:34 2022 +0100
Tidy workflows
---
.github/workflows/maven.yml | 2 +-
.github/workflows/maven_macos.yml | 2 +-
.github/workflows/maven_windows.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4300975377..dc464325a5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
- java-version: '11'
distribution: 'temurin'
+ java-version: '11'
- name: Build with Maven
run: mvn -B verify -Pdev --file pom.xml
diff --git a/.github/workflows/maven_macos.yml
b/.github/workflows/maven_macos.yml
index 593476cc7e..5e3fe82c1d 100644
--- a/.github/workflows/maven_macos.yml
+++ b/.github/workflows/maven_macos.yml
@@ -22,8 +22,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
+ distribution: 'temurin'
java-version: '11'
- distribution: 'temurin'
- name: Build with Maven
run: mvn -B verify -Pdev --file pom.xml
diff --git a/.github/workflows/maven_windows.yml
b/.github/workflows/maven_windows.yml
index 66d0b4b022..0d827d0104 100644
--- a/.github/workflows/maven_windows.yml
+++ b/.github/workflows/maven_windows.yml
@@ -24,8 +24,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
- java-version: '11'
distribution: 'temurin'
+ java-version: '11'
- name: copy checked out dir to /c/jena for windows-latest
run: bash -c "cp -r /d/a/jena/jena /c/jena"