File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66
77plugins {
88 id ' io.spring.dependency-management' version ' 1.0.9.RELEASE' apply false
9+ id ' com.jfrog.artifactory' version ' 4.28.4' apply false
910 id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
1011 id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
1112 id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
Original file line number Diff line number Diff line change 11apply plugin : " maven-publish"
2+ apply plugin : " com.jfrog.artifactory"
23
34publishing {
45 publications {
@@ -54,6 +55,10 @@ publishing {
5455 }
5556}
5657
58+ artifactoryPublish {
59+ publications(publishing. publications. mavenJava)
60+ }
61+
5762// Disable generation of Gradle Module Metadata for compatibility
5863// with older versions of Spring Web Flow.
5964tasks. withType(GenerateModuleMetadata ) {
You can’t perform that action at this time.
0 commit comments