You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Peter Donald <do...@apache.org> on 2017/05/19 07:29:59 UTC

[ANNOUNCE] Apache Buildr 1.5.3 released

Apache Buildr is a build system for Java-based applications, including support
for Scala, Groovy and a growing number of JVM languages and tools.  We wanted
something that's simple and intuitive to use, so we only need to tell it what
to do, and it takes care of the rest.  But also something we can easily extend
for those one-off tasks, with a language that's a joy to use.

New in this release:

  * Change: Add support for gwt 2.8.1 to gwt addon.
  * Fixed:  Avoid error "undefined local variable or method `pom'"
when invoking the `JarTask` without it being
    registered through the `package` helper`. Reported by Dieter Vrancken.

To learn more about Buildr and get started:
http://buildr.apache.org/

Thanks!
The Apache Buildr Team