mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
add maven publiccation sonatype oss, new
This commit is contained in:
parent
b85ad6e7ae
commit
9fd761b1d1
@ -115,6 +115,14 @@ publishing {
|
||||
name = "fstest"
|
||||
url = uri(layout.buildDirectory.dir("repo"))
|
||||
}
|
||||
maven {
|
||||
name = "OSSRH"
|
||||
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||
credentials {
|
||||
username = System.getenv("MAVEN_USERNAME")
|
||||
password = System.getenv("MAVEN_PASSWORD")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user