Skip to content

Commit

Permalink
add kayenta-judge-netflix (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Jun 26, 2017
1 parent a4659d4 commit 4532dfc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions kayenta-judge-netflix/kayenta-judge-netflix.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
compile project(":kayenta-core")
compile spinnaker.dependency('lombok')
}
10 changes: 9 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@

rootProject.name="kayenta"

include 'kayenta-atlas', 'kayenta-core', 'kayenta-gcs', 'kayenta-google', 'kayenta-objectstore-memory', 'kayenta-orca', 'kayenta-stackdriver', 'kayenta-web'
include 'kayenta-atlas'
include 'kayenta-core'
include 'kayenta-gcs'
include 'kayenta-google'
include 'kayenta-judge-netflix'
include 'kayenta-objectstore-memory'
include 'kayenta-orca'
include 'kayenta-stackdriver'
include 'kayenta-web'

def setBuildFile(project) {
project.buildFileName = "${project.name}.gradle"
Expand Down

0 comments on commit 4532dfc

Please sign in to comment.