Releases: e-Spirit/firstspirit-module-gradle-plugin
6.0.0
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
5.1.0
Add project build jar to web resources of web apps depending on new addDefaultJarTaskOutputToWebResources extension property
5.0.0
Annotations 3.0.0 remove unused resources for ServiceComponent
4.7.1
The default maximum bytecode version is now 61.0 (Java 17)
4.7.0
This version allows for setting the new <min-fs-version>
tag in the module descriptor.
4.6.4
Updated Gradle to 8.2
4.6.3
4.6.2
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
The checkIsolation task no longer fails if the analysis takes longer than 5 minutes. Now, the timeout is set to 20 minutes.