- Switched to new official Google's Gradle Appengine Plugin
- Removed plugin related tasks as binary plugins are now preferred
- Changes in sources are synchronized to
exploded-app
directory so they are not polluted anymore
- Simplified build process by using standard
groovyCompile
task for compiling groovlets - Ability to specify template extension
- Better reporting of templates' compilation errors during
gaelykPrecompileTemplates
task - Issue 23 - Inlined static templates' includes such as
<% include 'foo.gtpl' %>
- Issue 10 - Added non-RAD mode in which
gaeRun
is executed against exploded war in contrary to being executed againstwebAppDir
in the default RAD mode - Issue 14 - Several bug fixes to the plugin when in RAD mode Issue 16, Issue 22
- Add common boilerplate code from Gaelyk template project - Issue 13.
- Upgrade to Gradle Wrapper 1.0.
- Update the path matching pattern to work with the Windows path separator - Issue 11.
- Using Gradle Nexus plugin for publishing artifact.
- Added tasks for Groovy template precompilation - Issue 5.
- Added task Groovlet precompilation - Issue 4.
- Added ability to list and install plugins from Gaelyk plugin catalogue.
- Initial release.