This bug was fixed in the package gradle - 4.4.1-5ubuntu2~18.04 --------------- gradle (4.4.1-5ubuntu2~18.04) bionic; urgency=medium * Backport from Disco. (LP: #1814133) gradle (4.4.1-5ubuntu2) disco; urgency=medium * debian/control: revert gradle Depends back to java 8 as the previous update fixed java 8 compatibility and allowed gradle to be run with openjdk-8. (LP: #1797761) gradle (4.4.1-5ubuntu1) disco; urgency=medium * Fix OpenJDK 8 compatibility: (LP: #1820389) - debian/patches/java8-compatibility.patch: cast ByteBuffer to Buffer in org.gradle.internal.hash.Hashing to prevent NoSuchMethodError exception. - debian/patches/java11-compatibility.patch: copy upstream commit for "Use Lookup to invoke defineClass on Java 9+ (#4976)" instead using the previous partial backport to enable both OpenJDK 8 and 11 support. gradle (4.4.1-5) unstable; urgency=medium * Team upload. * Generate a very basic manpage in POD format. * Use ASM7 instead of ASM6 to better support Java 11 (Closes: #923284). * Bump libasm-java dependency to 7.0. gradle (4.4.1-4) unstable; urgency=medium * Team upload. * Removed the unused dependency on libtomcat8-java * Standards-Version updated to 4.3.0 gradle (4.4.1-3) unstable; urgency=medium * Team upload. * Add build-dep on libjaxp1.3-java (addresses FTBFS) gradle (4.4.1-2) unstable; urgency=medium * Improve OpenJDK 11 support by backporting additional changes from upstream (commit ac15612d41b43c39c). gradle (4.4.1-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches * Fixed the build failure with Java 11 (Closes: #909905) * Depend on Java 9+ gradle (4.4-3) unstable; urgency=medium * Team upload. * Fixed the build failure with asm/6.2.1 gradle (4.4-2) unstable; urgency=medium * Team upload. * Upload to unstable * Updated the gradle-debian-helper-hook patch for Gradle 4.4 * Added a system property to disable the gradle-debian-helper hook * Declare that Gradle 4.4 breaks gradle-debian-helper (<< 2.0~) * Declare that libgradle-plugins-java breaks libgradle-core-java < 4.4 (Closes: #903775) gradle (4.4-1) experimental; urgency=medium * New upstream release * Remove 2 additional source files that are no longer needed * jQuery.tipTip.js -- No longer build User Guide * all-released-versions.js -- Included in upstream * Add prebuilt files: * api-mapping.txt default-imports.txt -- They will be built from this package once this version is uploaded. * oss-parent-debian.pom -- Bypass the error (#899005) resolving `findbugs` * Move `gradle-wrapper` from `libgradle-plugins-java` to `libgradle-core-java` to be consistent with upstream. * Remove obsolete patches: * add-test-case-for-10-internal_c1fe5e40a76b.patch * commons-io.patch * dependency-management_depends_on_testkit.patch * disallow-both-module-source-path-and-source-path.patch * Groovy_projects_depends_on_localGroovy.patch * jansi.patch * nekohtml.patch * new_APIs_in_3.0.patch * support-running-gradle-on-jdk-10-500485df3a18.patch * support-zulu9-version-number_d9c35cf9d74c.patch * upgrade-to-jetty9.patch * Add new patches: * disable-binary-compatibility.patch -- `javaparser` and `japicmp` not in Debian * gradle-4-compatibility.patch -- The build scripts uses APIs introduced in Gradle 4. The patch should be obsolete once this version is uploaded. * disable-google-apis.patch -- Not in Debian * disable-internal-android-performance-testing.patch -- Prevent an unwanted project being executed. * Requires BND 3.5, JDK 8, Gradle 3.4 * Remove Jetty support for upstream has dropped it * Remove the GUI for upstream has dropped it * `gradle-doc` only provides Javadoc now because building the other documentations needs AsciidoctorJ * Use HTTPS on `Homepage` `debian/watch` * Switch to Salsa * The manpage is now a pointer to the official website. The "command line" of the User Guide is not really a manpage style, so I don't want to maintain my own version. * Use `debian/clean` to simplify `debian/rules` * Use `substituteDependencies.gradle` to override dependencies instead of a patch. On the next upload, I could even override all of them. gradle (3.4.1-8) unstable; urgency=medium * Team upload. * Added a hook in MavenResolver to resolve the artifacts from the system repository * Build depend on default-jdk instead of default-jdk-headless (Closes: #896436) * Standards-Version updated to 4.2.1 * Use salsa.debian.org Vcs-* URLs -- Tiago Stürmer Daitx