Version Catalog
To be used for version-catalog projects. Applying this creates a publication for the component called versionCatalog.
Equivalent Gradle set up:
publishing {
publications {
maven(MavenPublication) {
from components.versionCatalog
}
}
}Content copied to clipboard