Opened 20 months ago

#65801 new defect

jd-gui @1.6.6: build.gradle is incompatible with gradle 7 and later

Reported by: kakuhen Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: lhaeger (Lothar Haeger)
Port: jd-gui

Description

The port as-is will simply fail to build due to the project using Gradle 5. Many keywords it uses have been removed as of Gradle 7, and the situation will not improve by the time Gradle 8 is out. I see two possible solutions here.

The most difficult solution: patching 4 different build.gradle files to use replacements of deprecated keywords, and patch the files that resolve dependencies that are no longer allowed to resolve (in particular, runtimeOnly and related configurations).

The easiest solution: grab the JAR from a GitHub release and install that.

Change History (0)

Note: See TracTickets for help on using tickets.