Skip to content

Releases: e-Spirit/firstspirit-module-gradle-plugin

6.0.0

15 Feb 09:31
Compare
Choose a tag to compare

When packaging an FSM file, only fsm-resources of the current project and its dependencies will be included.
Previously, all subprojects of the root project had been evaluated in this step. Please verify the contents of
your module after upgrading.

5.1.1

25 Jan 14:51
Compare
Choose a tag to compare

Fixed issue #1: Rendering of $artifact placeholder

5.1.0

20 Nov 13:02
Compare
Choose a tag to compare

Add project build jar to web resources of web apps depending on new addDefaultJarTaskOutputToWebResources extension property

5.0.0

06 Nov 10:37
Compare
Choose a tag to compare

Annotations 3.0.0 remove unused resources for ServiceComponent

4.7.1

05 Oct 11:26
Compare
Choose a tag to compare

The default maximum bytecode version is now 61.0 (Java 17)

4.7.0

11 Sep 13:13
Compare
Choose a tag to compare

This version allows for setting the new <min-fs-version> tag in the module descriptor.

4.6.4

04 Jul 08:31
Compare
Choose a tag to compare

Updated Gradle to 8.2

4.6.3

11 May 09:31
Compare
Choose a tag to compare

Moved internal file versions.properties from the plugin resources into a dedicated directory. This avoids potential resource conflicts with other Gradle plugins.

4.6.2

03 Apr 13:18
Compare
Choose a tag to compare

Class scanning for module-isolated.xml generation was reverted to 4.5.0 behavior: the FirstSpirit Module Gradle Plugin now only considers the classes that are included in the FSM archive. If the plugin cannot determine if a Web App or Project App component implements the correct interface, only a log message is emitted instead of the build failing.

4.6.1

10 Mar 10:11
Compare
Choose a tag to compare

The checkIsolation task no longer fails if the analysis takes longer than 5 minutes. Now, the timeout is set to 20 minutes.