refactor
This commit is contained in:
parent
a11b7e4a69
commit
4e5e427c31
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user