refactor
This commit is contained in:
parent
a11b7e4a69
commit
4e5e427c31
@ -14,13 +14,13 @@ publishing {
|
|||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
from components.java
|
from components.java
|
||||||
artifact sourcesJar
|
|
||||||
artifact javadocJar
|
|
||||||
|
|
||||||
groupId "${project.group}"
|
groupId "${project.group}"
|
||||||
artifactId "${project.name}"
|
artifactId "${project.name}"
|
||||||
version "${project.version}"
|
version "${project.version}"
|
||||||
|
|
||||||
|
artifact sourcesJar
|
||||||
|
artifact javadocJar
|
||||||
|
|
||||||
pom.withXml {
|
pom.withXml {
|
||||||
asNode().children().last() + {
|
asNode().children().last() + {
|
||||||
resolveStrategy = Closure.DELEGATE_FIRST
|
resolveStrategy = Closure.DELEGATE_FIRST
|
||||||
|
@ -24,7 +24,6 @@ bintray {
|
|||||||
name = "${project.name}"
|
name = "${project.name}"
|
||||||
vcsUrl = "https://github.com/PostsSystem/PostsSystemCore"
|
vcsUrl = "https://github.com/PostsSystem/PostsSystemCore"
|
||||||
licenses = ["Apache-2.0"]
|
licenses = ["Apache-2.0"]
|
||||||
publications = [ MavenPublication ]
|
|
||||||
version {
|
version {
|
||||||
name = "${project.version}"
|
name = "${project.version}"
|
||||||
released = new Date()
|
released = new Date()
|
||||||
|
Loading…
Reference in New Issue
Block a user