vanniktech / gradle-maven-publish-plugin

A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance.
https://vanniktech.github.io/gradle-maven-publish-plugin
Apache License 2.0
1.31k stars 120 forks source link

replace configuration cache detection mechanism #832

Closed gabrielittner closed 2 months ago

gabrielittner commented 2 months ago

Use the newer BuildFeatures API instead of the deprecated startParameter API. The newer one is also incubating but should be stabilized soon https://github.com/gradle/gradle/issues/26722