You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable automatic configuration of POM and signing for all MavenPublications (can be disabled via autoConfigureAllPublications)
switch the default publication name to [SoftwareComponentName]OSSRH, as it is easier to distinguish by name (accessing other properties finalizes the publications)
do not force jar packaging when configuring a pom
nexus: multiprojects are now uploaded correctly and stored in a single Nexus repository
Features
enable automatic configuration of POM and signing for all MavenPublications (can be disabled via autoConfigureAllPublications) (c65838c)
Bug Fixes
always generate signign task for generated publications (d27ccca)
do not force jar packaging when configuring a pom (6ec8392)
nexus: multiprojects are now uploaded correctly and stored in a single Nexus repository (16edbb9)
release: use a fixed beta version of the plugin for publishing the fixed version of the plugin (will be replaced by the new stable version as soon as the release happens) (1fe706b)
core-deps: update dependency org.jetbrains.dokka to v1.7.0 (3e4eea0)
deps: update plugin gradlepluginpublish to v1 (2cb057c)
deps: update plugin publishoncentral to v1 (0561454)
Refactoring
allow access to findSigningTaskIn from the external world (6928dee)
switch the default publication name to [SoftwareComponentName]OSSRH, as it is easier to distinguish by name (accessing other properties finalizes the publications) (7447e44)
Build and continuous integration
add a test with a dry-deployment of a Kotlin-multiplatform project (a7e0918)
add external test with an Alchemist dry-deployment (93d1fe4)