Add artifactory plugin to build script
This commit is contained in:
@@ -6,6 +6,7 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false
|
||||
id 'com.jfrog.artifactory' version '4.28.4' apply false
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.convert' version '3.3.2'
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
apply plugin: "maven-publish"
|
||||
apply plugin: "com.jfrog.artifactory"
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
@@ -54,6 +55,10 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
artifactoryPublish {
|
||||
publications(publishing.publications.mavenJava)
|
||||
}
|
||||
|
||||
// Disable generation of Gradle Module Metadata for compatibility
|
||||
// with older versions of Spring Web Flow.
|
||||
tasks.withType(GenerateModuleMetadata) {
|
||||
|
||||
Reference in New Issue
Block a user