Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@cosic cosic released this 19 Oct 12:15
5919c9f

Add

  • [issue#58] Add new publishSocketTimeoutInSeconds parameter to change the socket timeout for publish requests in seconds.
  • [issue#59] Add new credentials parameter to provide credentials as a base64 encoded string.

Breaking Changes

  • Remove support of Sonatype. It means that you can't use the plugin from Maven Central. You must to use the Gradle Portal.
    To do this, you need to add the following code to your settings.gradle.kts:
    pluginManagement {
        repositories {
            gradlePluginPortal()
        }
    }
  • Change classpath dependency from ru.cian:huawei-publish-gradle-plugin:<VERSION> to ru.cian.huawei-plugin:plugin:<VERSION>.
  • Remove support of clientId and clientSecret CLI params. Use credentials or credentialsPath params instead.