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

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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 0d97f1f43e Improved: Upgrade to gradle 7.6 - support JDK 11 -> 17  
(OFBIZ-12400)
0d97f1f43e is described below

commit 0d97f1f43eb72f40d491ecb63203c586f440bf05
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Jan 23 16:48:47 2023 +0100

    Improved: Upgrade to gradle 7.6 - support JDK 11 -> 17  (OFBIZ-12400)
    
    Upgrades references from JDK 11 to JDK 17. It's no longer blocking the demos
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 99c93963e5..d0827e47e0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,8 +126,8 @@ node {
 }
 
 java {
-    sourceCompatibility(JavaVersion.VERSION_11)
-    targetCompatibility(JavaVersion.VERSION_11)
+    sourceCompatibility(JavaVersion.VERSION_17)
+    targetCompatibility(JavaVersion.VERSION_17)
 }
 
 // Java compile options, syntax gradlew -PXlint:none build

Reply via email to