main Changelog 3.1 === - 3.1.3 Fix task creation ignoring input publication - 3.1.2 Allow promotion task to be configured - 3.1.1 Applying GradleUtils on projects not working - 3.1.0 Re-introduce artifact promoting Still experimental. Will only work if the publishing Forge maven is added to the publishing repos. The promotion task will become a finalizer of the relevant publish task (i.e. `publishMavenJavaPublicationToForgeRepository`). You can promote a publication by doing this: ```groovy publishing { repositories { maven gradleutils.publishingForgeMaven } publications.register('pluginMaven', MavenPublication) { gradleutils.promote(it) // ... } } ``` 3.0 === - 3.0.0 3.0 Full Release