Slackbot
08/27/2022, 6:46 PMMattia
08/27/2022, 7:27 PMJendrik Johannes
08/29/2022, 7:16 AMjava.withSourcesJar()
- see: https://docs.gradle.org/current/userguide/building_java_projects.html#sec:java_packaging - instead of what you are doing now to create and publish the sources Jar, everything should be correct.
If you need something more custom, have a look at: https://docs.gradle.org/current/userguide/publishing_customization.htmlMattia
08/29/2022, 7:29 AM