Use artifactory plugin directly
This commit is contained in:
@@ -7,6 +7,7 @@ plugins {
|
||||
id 'checkstyle'
|
||||
id 'org.ajoberstar.grgit' version '3.1.1'
|
||||
id "io.spring.dependency-management" version '1.0.8.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.9.8' apply false
|
||||
}
|
||||
description = 'Spring Integration AWS Support'
|
||||
|
||||
@@ -327,8 +328,8 @@ task depsZip(type: Zip, dependsOn: distZip) { zipTask ->
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
archives javadocJar
|
||||
// archives sourcesJar
|
||||
// archives javadocJar
|
||||
archives distZip
|
||||
archives docsZip
|
||||
archives schemaZip
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
@@ -50,3 +51,7 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
artifactoryPublish {
|
||||
publications(publishing.publications.mavenJava)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user