Remove previous attempt at filtering artifactoryPublish task
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user