Skip to content

6.4.0

Compare
Choose a tag to compare
@windmueller windmueller released this 07 Aug 12:53
· 15 commits to master since this release

It is now possible to configure the scope of the Jar file which is built by the default jar task and automatically added to the FSM.

Example usage:

firstSpiritModule {
    projectJarScope = "server"
}