Skip to content

Commit

Permalink
chore(cf): Move cfServiceKey from orca-core to orca-integrations-clou…
Browse files Browse the repository at this point in the history
…dfoundry (#2857)
  • Loading branch information
ajordens authored and jkschneider committed Apr 24, 2019
1 parent fedf50d commit 7fb824e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
test {
useJUnitPlatform()
}

dependencies {
compileOnly spinnaker.dependency("lombok")
annotationProcessor spinnaker.dependency("lombok")

compile project(":orca-core")

testCompile spinnaker.dependency("junitJupiterApi")
testCompile spinnaker.dependency("assertj")

testRuntime spinnaker.dependency("junitJupiterEngine")
}
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ include "orca-extensionpoint",
"orca-migration",
"orca-sql",
"orca-sql-mysql",
"orca-integrations-gremlin"
"orca-integrations-gremlin",
"orca-integrations-cloudfoundry"

rootProject.name = "orca"

Expand Down

0 comments on commit 7fb824e

Please sign in to comment.