Add Sonatype configuration
Some checks failed
Build & Release / release-library (push) Failing after 1m41s
Some checks failed
Build & Release / release-library (push) Failing after 1m41s
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -38,6 +38,16 @@ test {
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "sonatype"
|
||||
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||
credentials {
|
||||
username = findProperty('SONATYPE_USER') as String
|
||||
password = findProperty('SONATYPE_PASSWORD') as String
|
||||
}
|
||||
}
|
||||
}
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
artifactId = 'assertj-json'
|
||||
|
||||
Reference in New Issue
Block a user