Remove previous attempt at filtering artifactoryPublish task

This commit is contained in:
Roy Clarkson
2018-12-14 17:31:13 -05:00
parent fe91033137
commit 0cfb02a7d2
2 changed files with 0 additions and 12 deletions

View File

@@ -16,12 +16,6 @@
description = "Spring Cloud App Broker Acceptance Tests"
tasks.whenTaskAdded {task ->
if(task.name.contains("artifactoryPublish")) {
task.enabled = false
}
}
// don't publish the jar for the acceptance tests project
configurations.archives.artifacts.clear()

View File

@@ -27,12 +27,6 @@ buildscript {
description = "Spring Cloud App Broker Integration Tests"
tasks.whenTaskAdded {task ->
if(task.name.contains("artifactoryPublish")) {
task.enabled = false
}
}
// don't publish the jar for this module
configurations.archives.artifacts.clear()