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 013ac8cc98 Improved: Upgrade to gradle 7.6 - support JDK 11 -> 17  
(OFBIZ-12400)
013ac8cc98 is described below

commit 013ac8cc98e5fe8c97f83c238a4aac1974d16cd6
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Jan 23 16:47:28 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 978ff6db59..9c41c8c53b 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