File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
6
6
7
7
plugins {
8
8
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE' apply false
9
+ id ' com.jfrog.artifactory' version ' 4.28.4' apply false
9
10
id ' org.asciidoctor.jvm.pdf' version ' 3.3.2'
10
11
id ' org.asciidoctor.jvm.gems' version ' 3.3.2'
11
12
id ' org.asciidoctor.jvm.convert' version ' 3.3.2'
Original file line number Diff line number Diff line change 1
1
apply plugin : " maven-publish"
2
+ apply plugin : " com.jfrog.artifactory"
2
3
3
4
publishing {
4
5
publications {
@@ -54,6 +55,10 @@ publishing {
54
55
}
55
56
}
56
57
58
+ artifactoryPublish {
59
+ publications(publishing. publications. mavenJava)
60
+ }
61
+
57
62
// Disable generation of Gradle Module Metadata for compatibility
58
63
// with older versions of Spring Web Flow.
59
64
tasks. withType(GenerateModuleMetadata ) {
You can’t perform that action at this time.
0 commit comments