Skip to content

Commit

Permalink
fix(build): Exclude orca-plugins-test until Gradle dependency cleanup…
Browse files Browse the repository at this point in the history
… is in place (spinnaker#3610)
  • Loading branch information
jonsie authored Apr 16, 2020
1 parent 759c1eb commit 7c8bf09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ out/
.project
.settings/
bin/
/plugins/
6 changes: 6 additions & 0 deletions orca-plugins-test/orca-plugins-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ dependencies {
}

test {
//These tests fail when pulling in the dependencies in the Gradle plugin "spinnaker.project".
//We're in the process of removing those dependencies here:
//https://github.com/spinnaker/spinnaker-gradle-project/pull/121
//TODO(jonsie): Remove this once we have pulled in the above change.
exclude '**/*'

// Without filtering down to a specific test, the test task fails.
// It fails because the Orca Main class package does not have an Implementation-Version set.
//TODO(jonsie): Determine why and how we can remove this.
Expand Down

0 comments on commit 7c8bf09

Please sign in to comment.