Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 11, 2023
1 parent 9e042e6 commit be1f84d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -242,14 +239,6 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
}
}
}

artifactory {
publish {
defaults {
publications('ALL_PUBLICATIONS')
}
}
}
}

subprojects {
Expand Down Expand Up @@ -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")
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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 {

Expand Down

0 comments on commit be1f84d

Please sign in to comment.