Task #9771
closedfix 'publishing' block behaviour for Gradle 4.10.3
100%
Description
Now Gradle 4.10.3 (as last release of Gradle 4.x) is in use at wrapper. Here is warning that appears when running the "./gradlew clean assemble --warning-mode all --stacktrace" command.
As part of making the publishing plugins stable, the 'deferred configurable' behavior of the 'publishing {}' block has been deprecated. In Gradle 5.0 the 'enableFeaturePreview('STABLE_PUBLISHING')' flag will be removed and the new behavior will become the default. Please add 'enableFeaturePreview('STABLE_PUBLISHING')' to your settings file and do a test run by publishing to a local repository. If all artifacts are published as expected, there is nothing else to do. If the published artifacts change unexpectedly, please see the migration guide for more details: https://docs.gradle.org/4.10.3/userguide/publishing_maven.html#publishing_maven:deferred_configuration.
at org.gradle.api.publish.plugins.PublishingPlugin.determineExtensionClass(PublishingPlugin.java:92)
...
Updated by Sergey Smolov over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done in 61b7be49
Updated by Sergey Smolov about 5 years ago
- Status changed from Resolved to Verified
Updated by Sergey Smolov about 5 years ago
- Status changed from Verified to Closed
- Published in build set to 0.1.2-beta-190909