Skip to content

Commit

Permalink
refactor(kayenta): Use strongly typed classes to represent Kayenta st…
Browse files Browse the repository at this point in the history
…age config (#2040)

* refactor(kayenta): Use strongly typed classes to represent Kayenta stage config.
  • Loading branch information
robfletcher committed Mar 14, 2018
1 parent f71168d commit b6f070f
Show file tree
Hide file tree
Showing 19 changed files with 1,249 additions and 651 deletions.
7 changes: 6 additions & 1 deletion orca-kayenta/orca-kayenta.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
* limitations under the License.
*/

apply from: "$rootDir/gradle/groovy.gradle"
apply from: "$rootDir/gradle/kotlin.gradle"
apply from: "$rootDir/gradle/spek.gradle"
apply from: "$rootDir/gradle/spock.gradle"

dependencies {
compile project(":orca-kotlin")
compile project(":orca-retrofit")

testCompile project(":orca-test-groovy")
testCompile project(":orca-test-kotlin")
testCompile "com.github.tomakehurst:wiremock:2.15.0"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b6f070f

Please sign in to comment.