Fix declaration of artifactory publish information
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -24,14 +24,6 @@ plugins {
|
||||
id 'com.jfrog.artifactory' version '5.1.11'
|
||||
}
|
||||
|
||||
artifactory {
|
||||
publish {
|
||||
defaults {
|
||||
publications('ALL_PUBLICATIONS')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
artifactoryPublish.skip = true
|
||||
|
||||
ext {
|
||||
@@ -250,6 +242,14 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
artifactory {
|
||||
publish {
|
||||
defaults {
|
||||
publications('ALL_PUBLICATIONS')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
Reference in New Issue
Block a user