You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2022/07/15 12:51:55 UTC

[ofbiz-framework] 01/02: Improved: Runs GitHub Gradle build with Java 11

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

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

commit 5a54afbb15c47a12d4cc760b28c600230065ce32
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 d7b96a1e7d..d71ef186a0 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