Skip to content

Upload library to MavenCentral

Alexander Chapchuk edited this page Dec 11, 2018 · 1 revision
uploadArchives {
    repositories {
        mavenDeployer {
            repository(url: "https://oss.sonatype.org/content/repositories/releases/") {
                authentication(userName: ossrhUsername, password:ossrhPassword)
            }
            pom.version = "0.6-beta"
            pom.artifactId = "SteamAPI"
            pom.groupId = "org.steambuff"
        }
    }
}

English documentation

  • TODO

Русская документация

Clone this wiki locally