gradle-debian-helper 2.4 source package in Ubuntu

Changelog

gradle-debian-helper (2.4) unstable; urgency=medium

  * No longer set the --add-opens option, Gradle handles it more accurately
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Sun, 22 Jan 2023 10:03:54 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gradle-debian-helper_2.4.dsc 1.7 KiB 1d5d986e4f777fd34e5b3aa892e5f58d34f981253a664e09848704216787ef3d
gradle-debian-helper_2.4.tar.xz 15.0 KiB cb34c1a32c230e2006ce26268699f2a1092f4beae84eaa16fbc0a6f54b719cdd

Available diffs

No changes file available.

Binary packages built by this source

gradle-debian-helper: Helper tools for building Debian packages with Gradle

 gradle-debian-helper contains helper tools to ease the packaging of Gradle
 based projects in Debian. It consists in:
 .
  * a Gradle plugin resolving the dependencies against the system Maven
    repository (/usr/share/maven-repo). The resolver uses the same Maven
    rule files that maven-debian-helper and maven-repo-helper employ
    (debian/maven.rules, debian/maven.ignoreRules).
  * a debhelper class detecting Gradle build files, initializing the plugin
    and running Gradle in offline mode.