Download

You can use the Gaelyk JAR in combination with Groovy 2.3.x and beyond and with the latest Google App Engine SDK.

The latest version was tested with Groovy 2.3.0, and with the 1.9.20 version of the App Engine SDK.

But to get you started quickly, you may use a ready-made template project which bundles and configures everything.

Version 2.1.2

Changes

Version 2.1.1

Changes

Version 2.1

Changes

Version 2.0

Changes

Breaking changes

As a result of using Groovy 2.0 you will also need to update buildscript{ dependencies {...} } configuration closure in your build.gradle file with following snippet:

    dependencies {
        classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.4.1'
        classpath 'org.gradle.api.plugins:gradle-gae-plugin:0.8', {
            exclude module: "gradle-fatjar-plugin"
        }
        classpath 'eu.appsatori:gradle-fatjar-plugin:0.2-rc1'
        classpath 'org.gradle.api.plugins:gradle-gae-geb-plugin:0.3'
    }
	

If you don't do this, the extension modules won't work and you get strange errors in production such as there's no method hours for the class Integer or you won't be able to access request attributes using simplified request.attr notation.

Version 1.2

Changes

Breaking changes

Artifacts

Version 1.1

Changes

Artifacts

Version 1.0

Changes

Artifacts

Breaking changes

Version 0.7

Changes

Artifacts

Version 0.6.1

Changes

Version 0.6

Changes

Breaking changes

Version 0.5.6

Changes

Version 0.5.5

Changes

Version 0.5

Changes

Version 0.4.4

Changes

Version 0.4.3

Changes

Version 0.4.2

Changes

Version 0.4.1

Changes

Version 0.4

Changes

Version 0.3.3

Changes

Version 0.3.2

Changes

Version 0.3.1

Changes

Version 0.3

Changes

Version 0.2

Changes

Version 0.1

Initial version