Andrey Hihlovskiy
Professional blog on groovy, gradle, Java, Javascript and other stuff.
Tag Archives: gradle
Gretty version 0.0.12 is out!
February 24, 2014
Posted by on Gretty is a feature-rich gradle plugin for running web-applications under jetty.
New in version 0.0.12: support of integration tests.
Full sources, documentation and examples: https://github.com/akhikhl/gretty
Gretty 0.0.12 is also available on maven central under group “org.akhikhl.gretty”.
Gretty version 0.0.11 is out!
February 24, 2014
Posted by on Gretty is a feature-rich gradle plugin for running web-applications under jetty.
New in version 0.0.11: now it’s possible to specify logback configuration file (.groovy or .xml) via plugin extension property “logbackConfigFile”.
Full sources, documentation and examples: https://github.com/akhikhl/gretty
Gretty 0.0.11 is also available on maven central under group “org.akhikhl.gretty”.
Rooty v0.0.1 is out!
January 31, 2014
Posted by on Rooty v0.0.1 is out!
Simplify your multi-project #gradle setups with this plugin!
Sources and documentation available at:
https://github.com/akhikhl/rooty
Also in maven central!
Mavenize version 0.0.1 is out!
January 29, 2014
Posted by on I release Mavenize version 0.0.1 – jar library and gradle plugin for mavenizing OSGi bundles!
Sources and documentation available at:
https://github.com/akhikhl/mavenize
Soon in maven central!
gradle-onejar plugin version 0.0.5 is out!
January 23, 2014
Posted by on I just released gradle-onejar plugin version 0.0.5!
The sources are available at https://github.com/akhikhl/gradle-onejar.
gradle-onejar is a gradle plugin, automating assembly of java application to a single runnable jar.
The plugin is available in maven central under coordinates “org.akhikhl.gradle-onejar:gradle-onejar:0.0.5”
It has many configuration options, described in online documentation.
Your comments and suggestions are welcome – here and at github!
Gretty version 0.0.9 is out! Long live gradle and jetty!
January 20, 2014
Posted by on I released Gretty (gradle + jetty) version 0.0.9!
New: support of JEE annotations.
https://github.com/akhikhl/gretty
Also in maven central!
Gretty 0.0.7 is out!
December 28, 2013
Posted by on Gretty 0.0.7 (gradle jetty plugin) is out! New: logback re-init on hot-deployment.
Gretty 0.0.6 is out!
December 24, 2013
Posted by on gretty 0.0.6 (gradle plugin) is out!
News: support of jetty 7/8/9, servlet-api 2.5/3.0.1/3.1.0.
https://github.com/akhikhl/gretty
Merry Christmas! 🙂
GVM – tool for managing groovy/gradle versions
December 19, 2013
Posted by on Just discovered GVM – Groovy enVironment Manager ( http://gvmtool.net/ )
First impression: it’s like apt-get, but for groovy-based frameworks. Second impression: support of multiple versions is very useful thing.
Will use it at home and in office to automate installation of groovy-related stuff.
Recent Comments