Skip to content

Releases: xtext/xtend-gradle-plugin

Bugfix Release

02 Mar 15:24
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

Close jar files after use.

Bugfix Release

20 Feb 09:25
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release
0.4.3

fixed too late classpath resolution

Bugfix Release

15 Feb 12:07
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release
0.4.2

fix project_specific key for 2.8

Bugfix Release

12 Feb 13:34
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release
filter nonexisting directories from the classpath

the JDT compiler emits errors for them

Xtend 2.8 compatibility and performance improvements

11 Feb 16:22
Compare
Choose a tag to compare

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

18 Dec 23:35
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

Fixed a classloader leak

Bugfix Release

13 Dec 18:54
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

The Xtend compiler dependencies are no longer resolved during project configuration time.

Skip properly on empty inputs

01 Dec 14:55
Compare
Choose a tag to compare
Pre-release
0.3.4

do not run compiler/enhancer when there are no inputs

Lazily load compileClasspath

17 Nov 18:09
Compare
Choose a tag to compare
Pre-release
0.3.3

read compileClasspath lazily, fixes #19

Fixed AAs on Android

18 Oct 19:01
Compare
Choose a tag to compare
Fixed AAs on Android Pre-release
Pre-release
add bootclasspath to normal classpath for Android builds

otherwise AAs won't find Android-specific classes