-
Notifications
You must be signed in to change notification settings - Fork 0
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"
}
}
}
Beta ....