Skip to content

Xtend 2.8 compatibility and performance improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@oehme oehme released this 11 Feb 16:22
· 30 commits to master since this release

The plugins has been improved a lot internally, resulting in faster builds and more flexible configuration.

The configuration is now closer to what you are used to from the gradle java plugin. The xtend block:

xtend {
}

is no longer supported. See the readme for the new configuration API.