mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Help needed: Update gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 #515

Open TWiStErRob opened 3 months ago

TWiStErRob commented 3 months ago

[!WARNING] Need help: happy for anyone to take this PR. Not sure if this new version is compatible with Shipkit.

It's strange that on main we have these two tasks to be skipped:

> Task :closeSonatypeStagingRepository SKIPPED
> Task :releaseSonatypeStagingRepository SKIPPED
> Task :closeAndReleaseSonatypeStagingRepository UP-TO-DATE
> Task :closeAndReleaseStagingRepository UP-TO-DATE

even though we explicitly set enabled = false for another task, which is UP-TO-DATE, which is confusing.