Skip to content

Commit

Permalink
Remove artifactoryPublish task from docs module
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 1, 2023
1 parent 171fffa commit 771aa46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spring-kafka-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'
}

project.afterEvaluate {
if (tasks.findByName('artifactoryPublish')) {
project.tasks.artifactoryPublish.enabled(false)
}
}

0 comments on commit 771aa46

Please sign in to comment.