You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/07/30 06:25:46 UTC

[isis] branch master updated: ISIS-2662: CI: use JDK 16

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 34818a2  ISIS-2662: CI: use JDK 16
34818a2 is described below

commit 34818a2d7d907a2ef41aac78361a24095840a74a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jul 30 08:25:36 2021 +0200

    ISIS-2662: CI: use JDK 16
---
 .github/workflows/ci-build-artifacts-no-push-gradle.yml | 4 ++--
 .github/workflows/ci-build-artifacts-no-push-maven.yml  | 4 ++--
 .github/workflows/ci-build-site-no-push.yml             | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-gradle.yml b/.github/workflows/ci-build-artifacts-no-push-gradle.yml
index 8ce26a2..8fe9436 100644
--- a/.github/workflows/ci-build-artifacts-no-push-gradle.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-gradle.yml
@@ -30,11 +30,11 @@ jobs:
     steps:
     - uses: actions/checkout@v2.3.4
     
-    - name: Set up JDK 17-ea
+    - name: Set up JDK 16
       uses: actions/setup-java@v2
       with:
         distribution: 'zulu'
-        java-version: 17-ea
+        java-version: 16
     
     - name: Set up Gradle and print Version
       uses: eskatos/gradle-command-action@v1.3.3
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 601ce4b..7567960 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -30,11 +30,11 @@ jobs:
     steps:
     - uses: actions/checkout@v2.3.4
     
-    - name: Set up JDK 17-ea
+    - name: Set up JDK 16
       uses: actions/setup-java@v2
       with:
         distribution: 'zulu'
-        java-version: 17-ea
+        java-version: 16
     
     - name: Print Maven Version
       run: mvn --version
diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml
index 0058c58..8710656 100644
--- a/.github/workflows/ci-build-site-no-push.yml
+++ b/.github/workflows/ci-build-site-no-push.yml
@@ -29,11 +29,11 @@ jobs:
     steps:
     - uses: actions/checkout@v2.3.4
 
-    - name: Set up JDK 17-ea
+    - name: Set up JDK 16
       uses: actions/setup-java@v2
       with:
         distribution: 'zulu'
-        java-version: 17
+        java-version: 16
 
     - name: Setup Script Environment
       shell: bash