Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gradle-maven-publish-plugin version to fix publication (#41)
Was seeing the following failure when attempting to publish: ``` Execution failed for task ':functional:publishKotlinMultiplatformPublicationToLocalRepository'. > Failed to publish publication 'kotlinMultiplatform' to repository 'local' > Invalid publication 'kotlinMultiplatform': multiple artifacts with the identical extension and classifier ('jar', 'sources'). ``` As stated in [issue 185], bumping gradle-maven-publish-plugin to 0.14.0 resolves the issue. [issue 185]: vanniktech/gradle-maven-publish-plugin#185 (comment)
- Loading branch information