gradle-debian-helper 2.0.2~18.04.1 source package in Ubuntu

Changelog

gradle-debian-helper (2.0.2~18.04.1) bionic; urgency=medium

  * Backport from Cosmic. (LP: #1814133)

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

  * Fixed the build failure with Gradle 4.4
  * Switch to debhelper level 11

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

  * Inject the hook into the bootclasspath of the forked Gradle daemons
    (Closes: #908979)

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

  * Team upload.
  * Changed the dependency interception logic to use a hook called from Gradle's
    Maven resolver. This avoids depending on Gradle internal classes and reduces
    the risk of incompatibilities when upgrading Gradle.
  * Removed the recommended dependency on debhelper
  * Standards-Version updated to 4.2.1
  * Use salsa.debian.org Vcs-* URLs

 -- Tiago Stürmer Daitx <email address hidden>  Tue, 05 Feb 2019 19:09:56 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gradle-debian-helper_2.0.2~18.04.1.tar.xz 14.7 KiB 31a8221e13d49d98e5e350f103b6d6a86d4ac1952372619022845de3fcc699d5
gradle-debian-helper_2.0.2~18.04.1.dsc 1.8 KiB 32275c61073d4cd1877cf5d0e0e6bf552980cc365d5421aca28f3ebc17f719f9

View changes file

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.