You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/06/27 16:09:08 UTC

[ofbiz-framework] branch trunk updated: Improved: Runs GitHub Gradle build with Java 11

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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 65c766e0c9 Improved: Runs GitHub Gradle build with Java 11
65c766e0c9 is described below

commit 65c766e0c9ccd4e22a9c57c5e6dd11b1ce8f4006
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Mon Jun 27 18:07:28 2022 +0200

    Improved: Runs GitHub Gradle build with Java 11
---
 .github/workflows/gradle.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml
index 395a179941..8a2006f2d4 100644
--- a/.github/workflows/gradle.yaml
+++ b/.github/workflows/gradle.yaml
@@ -32,10 +32,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
-    - name: Set up JDK 1.8
+    - name: Set up JDK 11
       uses: actions/setup-java@v1
       with:
-        java-version: 1.8
+        java-version: 11
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build with Gradle