gradle 1.4-2ubuntu1 source package in Ubuntu

Changelog

gradle (1.4-2ubuntu1) saucy; urgency=low

  * Adjust Build-Conflicts to cope with the anomalous version of groovy
    currently in Ubuntu.
 -- Colin Watson <email address hidden>   Mon, 09 Sep 2013 18:54:36 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gradle_1.4.orig.tar.gz 3.2 MiB a01f44f2a13f9fc0fe15da4b770ed286a1722dd1591cec88a9f5326907c6a28e
gradle_1.4-2ubuntu1.debian.tar.gz 22.2 KiB 6871b5b57129328e0279fc2a8cf150378ff6fef4b6cc787af082eb2fc6f2ece5
gradle_1.4-2ubuntu1.dsc 3.5 KiB 9488cc074654d3056e7e78c76c5a23ff30e5c79718518a753d0b5947ee3242a6

Available diffs

View changes file

Binary packages built by this source

gradle: No summary available for gradle in ubuntu utopic.

No description available for gradle in ubuntu utopic.

gradle-doc: Documentation for gradle

 Documentation for the Gradle core library.
 .
 Gradle is a build system written in Groovy. It uses Groovy
 also as the language for its build scripts. It has a powerful
 multi-project build support. It has a layer on top of Ivy
 that provides a build-by-convention integration for Ivy. It
 gives you always the choice between the flexibility of Ant
 and the convenience of a build-by-convention behavior.
 .
 This package contains the Gradle Core API javadocs.

libgradle-core-java: Groovy based build system - Core library

 Gradle is a build system written in Groovy. It uses Groovy
 also as the language for its build scripts. It has a powerful
 multi-project build support. It has a layer on top of Ivy
 that provides a build-by-convention integration for Ivy. It
 gives you always the choice between the flexibility of Ant
 and the convenience of a build-by-convention behavior.
 .
 This package contains the Gradle Core API library.

libgradle-plugins-java: Groovy based build system - All plugins

 Gradle is a build system written in Groovy. It uses Groovy
 also as the language for its build scripts. It has a powerful
 multi-project build support. It has a layer on top of Ivy
 that provides a build-by-convention integration for Ivy. It
 gives you always the choice between the flexibility of Ant
 and the convenience of a build-by-convention behavior.
 .
 This package contains the Gradle Plugins :
 * announce plugin: enables you to publish messages on succeeded
   tasks to your favourite platforms.
   It supports Twitter, Ubuntu Notify, Snarl and Growl.
 * ANTLR plugin that extends the Java plugin to add support for
   generating parsers using ANTLR
 * code-quality plugin that adds
   tasks which perform code quality checks and generate reports from these
   checks. The following tools are supported: CodeNarc and checkstyle
 * ide plugins that provide integration with
   common used IDEs like Eclipse and IDEA IntelliJ.
 * jetty plugin that extends the
   War plugin to add tasks which allow you to deploy your web application
   to a Jetty web container embedded in the build.
 * maven plugin. With Gradle you can deploy
   to remote Maven repositories or install to your local Maven repository. This
   includes all Maven metadata manipulation and works also for Maven snapshots
 * osgi plugin: if the Java plugins is
   applied, the OSGi plugin replaces the manifest object of the default jar
   with an OsgiManifest object. The replaced manifest is merged into the new
   one. The OSGi plugin makes heavy use of Peter Kriens BND tool
 * scala plugin that extends the
   Java Plugin to add support for Scala projects. It can deal with Scala-only
   projects and with mixed Java/Scala projects. It can even deal with Java-only
   projects. The Scala plugin supports joint compilation of Java and Scala
   source. This means your project can contain Scala classes which use Java
   classes, and vice versa.
 * cpp plugin: C++ source compilation capabilities to a project.
 * ear plugin: Adds support for building J2EE applications.
 * javascript plugin: Adds the ability to check and minify Javascript files.
 * signing plugin: Adds the ability to digitally sign built files and artifacts.