Revert changes
This commit is contained in:
15
build.gradle
15
build.gradle
@@ -21,11 +21,8 @@ plugins {
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.1.0'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.1.0'
|
||||
id 'org.asciidoctor.jvm.convert' version '3.1.0'
|
||||
id 'com.jfrog.artifactory' version '5.1.11'
|
||||
}
|
||||
|
||||
artifactoryPublish.skip = true
|
||||
|
||||
ext {
|
||||
linkHomepage = 'https://projects.spring.io/spring-batch/'
|
||||
linkCi = 'https://build.spring.io/browse/BATCH'
|
||||
@@ -242,14 +239,6 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
artifactory {
|
||||
publish {
|
||||
defaults {
|
||||
publications('ALL_PUBLICATIONS')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
@@ -421,13 +410,11 @@ project('spring-batch-infrastructure') {
|
||||
project('spring-batch-docs') {
|
||||
description = 'Spring Batch Docs'
|
||||
project.tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
artifactoryPublish.skip = true
|
||||
}
|
||||
|
||||
project('spring-batch-core-tests') {
|
||||
description = 'Spring Batch Core Tests'
|
||||
project.tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
artifactoryPublish.skip = true
|
||||
dependencies {
|
||||
compile project(":spring-batch-core")
|
||||
compile project(":spring-batch-infrastructure")
|
||||
@@ -467,7 +454,6 @@ project('spring-batch-core-tests') {
|
||||
project('spring-batch-infrastructure-tests') {
|
||||
description = 'Spring Batch Infrastructure Tests'
|
||||
project.tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
artifactoryPublish.skip = true
|
||||
dependencies {
|
||||
compile project(":spring-batch-infrastructure")
|
||||
compile "javax.jms:javax.jms-api:$jmsVersion"
|
||||
@@ -598,7 +584,6 @@ project('spring-batch-integration') {
|
||||
project('spring-batch-samples') {
|
||||
description = 'Batch Batch Samples'
|
||||
project.tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
artifactoryPublish.skip = true
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user