Milan Majer
Milan Majer
My solution before this is merged is to clone repository, publish to maven local repository and use modified version of plugin: ```sh git clone [email protected]:openjfx/javafx-gradle-plugin.git # after clone I change...
Thank you for PR. I need this functionality too. But mabye it is good write some lines to README file near section with name "4. Cross-platform projects and libraries".
I found solution. For changing Section in control file we must use `packageGroup` field. [See code here.](https://github.com/nebula-plugins/gradle-ospackage-plugin/blob/main/src/main/groovy/com/netflix/gradle/plugins/packaging/SystemPackagingExtension.groovy#L50) ``` packageGroup("net") ```
Sorry, correction: If second parametr of fetchPairs method is specified NULL is transfered to corresponding key.