Source: openjfx Version: 11.0.7+0-1 Followup-For: Bug #956585 Control: tags -1 patch
Dear Maintainer, Decreasing jfx.gradle.version.min from 4.8 to 4.4 in build.properties per the attached patch works for me. Kind Regards, Bas
>From 499d1db3bf478e39a0f577b38e3eda7197662e1f Mon Sep 17 00:00:00 2001 From: Bas Couwenberg <sebas...@debian.org> Date: Mon, 13 Apr 2020 12:41:24 +0200 Subject: Decrease jfx.gradle.version.min from 4.8 to 4.4. --- debian/changelog | 7 +++++++ debian/patches/32-gradle-compatibility.patch | 13 ++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b85f2bd6..b872ed3a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openjfx (11.0.7+0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Decrease jfx.gradle.version.min from 4.8 to 4.4. + + -- Bas Couwenberg <sebas...@debian.org> Mon, 13 Apr 2020 12:40:49 +0200 + openjfx (11.0.7+0-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/32-gradle-compatibility.patch b/debian/patches/32-gradle-compatibility.patch index c0fe4911a..d44aacec8 100644 --- a/debian/patches/32-gradle-compatibility.patch +++ b/debian/patches/32-gradle-compatibility.patch @@ -3,7 +3,7 @@ Author: Emmanuel Bourg <ebo...@apache.org> Forwarded: not-needed --- a/settings.gradle +++ b/settings.gradle -@@ -39,7 +39,7 @@ +@@ -39,7 +39,7 @@ project(":systemTests").projectDir = fil // Stable publishing behavior is the default in gradle 5.x. // This setting enables it in gradle 4.8 to help with the transition. @@ -12,3 +12,14 @@ Forwarded: not-needed def closedDir = file("../rt-closed") def buildClosed = closedDir.isDirectory() +--- a/build.properties ++++ b/build.properties +@@ -85,7 +85,7 @@ jfx.build.jdk.buildnum.min=46 + # The jfx.gradle.version.min property defines the minimum version of gradle + # that is supported. It must be <= jfx.gradle.version. + jfx.gradle.version=5.3 +-jfx.gradle.version.min=4.8 ++jfx.gradle.version.min=4.4 + + # Toolchains + jfx.build.linux.gcc.version=gcc8.2.0-OL6.4+1.0 -- 2.20.1