gradle-apt-plugin 0.10-1~18.04 source package in Ubuntu

Changelog

gradle-apt-plugin (0.10-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

gradle-apt-plugin (0.10-1) unstable; urgency=medium

  * Initial release (Closes: #908390)

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 14:55:07 +0100

Upload details

Uploaded by:
Matthias Klose
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 java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gradle-apt-plugin_0.10.orig.tar.gz 15.5 KiB abb69a259bed77dd9fb5ec7a9732224d3a4e66b4d63ff7d000c03686a6489027
gradle-apt-plugin_0.10-1~18.04.debian.tar.xz 3.0 KiB 81329c657b838e67de7a523df8c7e4164d207817d04170fe6cc3b6df020a9b59
gradle-apt-plugin_0.10-1~18.04.dsc 2.1 KiB 7a6e5693fc17c9578c91cf9d1ee5ce604177804ad5b103670e2ecf1ef99befbc

Available diffs

View changes file

Binary packages built by this source

gradle-apt-plugin: Gradle plugin to use Java annotation processors

 This plugin does a few things to make it easier/safer to use Java annotation
 processors in a Gradle build:
 .
   * it ensures the presence of configurations for your compile-time only
     dependencies (annotations, generally) and annotation processors,
     consistently across all supported Gradle versions;
   * automatically configures the corresponding JavaCompile and GroovyCompile
     tasks to make use of these configurations, when the java or groovy plugin
     is applied;
   * automatically configures IntelliJ IDEA and/or Eclipse when the
     net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied.