Robert Jaros
03/07/2020, 12:46 PMenableFeaturePreview('GRADLE_METADATA') has been deprecated. This is scheduled to be removed in Gradle 7.0. The feature flag is no longer relevant, please remove it from your settings file.
If I remove this option from my settings.gradle.kts
gradle metadata still seems to be published.
Is there any option to disable this and publish only classic artifacts?Dominaezzz
03/07/2020, 12:49 PMlouiscad
03/07/2020, 1:02 PMRobert Jaros
03/07/2020, 1:02 PMlouiscad
03/07/2020, 1:08 PMnamed
+ enable = false
) is the best workaround I'm aware of yet, which is supported by Gradle (although not made extremely straightforward to use as you need to find the name of the task).