Skip to content

Releases: xtext/xtend-gradle-plugin

Fixed a Jar file lock

11 Oct 15:38
Compare
Choose a tag to compare
Fixed a Jar file lock Pre-release
Pre-release

Xtend uses URLClassloaders to load a project's dependencies. These classloaders were not closed and so the underlying Jar files were locked until the JVM shuts down. This broke projects which had references to other projects in the same multi-project build when using the Gradle daemon. The daemon would lock and never release the Jar files, resulting in an Exception when "gradle clean" was called.

This is now solved by closing the classloaders

BootClasspath and Performance

10 Oct 19:48
Compare
Choose a tag to compare
Pre-release

The plugin will now honor the bootClasspath set in the Java or Android plugin respectively. This means you can build againt different JDK classes than the JDK that Gradle currently runs with.

Also, the performance of the default in-process compiler was improved to the point where the custom daemon process is no longer necessary. As a result, both the "fork" and "daemon" options were removed.

Minor bugfixes

06 Oct 07:18
Compare
Choose a tag to compare
Minor bugfixes Pre-release
Pre-release
0.2.2

don't fail compilation on non-existing source folders

Prepare for Gradle Plugin Portal

28 Sep 20:00
Compare
Choose a tag to compare
Pre-release
0.2.0

Updated to latest release

Bridge Gradle logging

13 Jun 09:41
Compare
Choose a tag to compare
Bridge Gradle logging Pre-release
Pre-release
0.1.6

bridge gradle's logging to Xtend compiler

Fix enhancement for Android

12 Jun 08:13
Compare
Choose a tag to compare
Pre-release
0.1.5

fix install debug info for Android

Fix enhancement for Android

11 Jun 10:08
Compare
Choose a tag to compare
Pre-release
0.1.4

[android] enhance task needs to run before jar is built

Allow compile only deps

11 Jun 09:23
Compare
Choose a tag to compare
Pre-release
0.1.3

added "reducing the footprint" section

Java 5 support, Non-forked mode

04 Jun 13:55
Compare
Choose a tag to compare
Pre-release
0.1.2

merge eclipse settings instead of overwriting them

Fixed Android source folders

02 Jun 16:45
Compare
Choose a tag to compare
Pre-release
0.1.1

fixed broken srcDirs in android plugin