Gabriel Ittner
Gabriel Ittner
Added the workaround from the youtrack ticket directly to the plugin so that you don't need to apply it manually on each project
The readme and [website](https://vanniktech.github.io/gradle-maven-publish-plugin/#advantages-over-maven-publish) now have a section about the advantages of this plugin over just using maven-publish
> User are protected against new rules from the ruleset 'standard' being enabled when upgrading to new version. Also it allows user to enable specific rules from other rulesets. I...
Since there is no activity on the Gradle side the next release of the plugin will now have a `coordinates` method that allows setting group, artifactId and version
There are no more blockers for this. When publishing to maven central gets enabled we can register a task for each `MavenPublication` that depends on the pom generation task and...
This will finally be available in the upcoming 0.23.0 release
`maven-publish` itself supports cc since 7.6 and the `signing` plugin will in Gradle 8.1. However there is one big open blocker when publishing to maven central https://github.com/gradle/gradle/issues/22779. When configuration cache...
With Gradle 8.1 being out the updated status is that config cache is supported in all scenarios except for: - Publishing releases to Maven Central (snapshots are fine), blocked by...
I've seen something similar to what @spun described. `onSheetShown` isn't called which means the transition never gets marked as completed through `markTransitionComplete`. Then `onSheetDismissed` is called and will mark the...
Another configuration cache related thing with Gradle 8.1.1, there seems to be a lot of file system access at configuration time. For any project I see this in the config...