Releases: xtext/xtend-gradle-plugin
Releases · xtext/xtend-gradle-plugin
Bugfix Release
Close jar files after use.
Bugfix Release
0.4.3 fixed too late classpath resolution
Bugfix Release
0.4.2 fix project_specific key for 2.8
Bugfix Release
filter nonexisting directories from the classpath the JDT compiler emits errors for them
Xtend 2.8 compatibility and performance improvements
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.
Bugfix Release
Fixed a classloader leak
Bugfix Release
The Xtend compiler dependencies are no longer resolved during project configuration time.
Skip properly on empty inputs
0.3.4 do not run compiler/enhancer when there are no inputs
Lazily load compileClasspath
0.3.3 read compileClasspath lazily, fixes #19
Fixed AAs on Android
add bootclasspath to normal classpath for Android builds otherwise AAs won't find Android-specific classes