This commit is contained in:
InsanusMokrassar 2020-01-31 18:32:18 +06:00
parent a11b7e4a69
commit 4e5e427c31
2 changed files with 3 additions and 4 deletions

View File

@ -14,13 +14,13 @@ publishing {
publications {
maven(MavenPublication) {
from components.java
artifact sourcesJar
artifact javadocJar
groupId "${project.group}"
artifactId "${project.name}"
version "${project.version}"
artifact sourcesJar
artifact javadocJar
pom.withXml {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST

View File

@ -24,7 +24,6 @@ bintray {
name = "${project.name}"
vcsUrl = "https://github.com/PostsSystem/PostsSystemCore"
licenses = ["Apache-2.0"]
publications = [ MavenPublication ]
version {
name = "${project.version}"
released = new Date()