Big release!
Grails 2.3 support with the aether resolver is now available in the GWT plugin.
To use this, you'll need to update your dependencies to
plugins {
build ":extended-dependency-manager:0.5.5"
compile ":gwt:1.0", {
transitive=false
}
}
This brings in the supporting plugin that abstracts Ivy/ Aether.
Unfortunately, right now, this comes at the cost of speed. The code changes are such that the resolution happens serially, and so quite slowly. Hopefully this can be rectified soon, but I thought it better to release a slow, but working system than wait for an optimised solution.
If you don't need 2.3 support, possibly best to stick with the 0.9.x line for the moment.
Best,
David
--