JetBrains Space
 

Publish Artifacts from a Gradle Project

Last modified: 28 April 2022

Suppose you have a project that uses Gradle build tool and want to publish project artifacts to the newly created Maven repository using:

Note that publishing artifacts with the same package version is not allowed. The server will return the 409 HTTP response. The only exception: The artifacts with the SNAPSHOT prefix can be published to a repository with the enabled snaphsots support.