Dev #30

Merged
altavir merged 21 commits from dev into master 2021-09-28 12:15:54 +03:00
Showing only changes of commit 54274f0c0d - Show all commits

View File

@ -187,6 +187,16 @@ afterEvaluate {
"https://oss.sonatype.org/service/local/staging/deploy/maven2"
}
repositories.maven {
name = "sonatype"
url = uri(sonatypeRepo)
credentials {
username = sonatypeUser
password = sonatypePassword
}
}
if (plugins.findPlugin("signing") == null) {
apply<SigningPlugin>()
}