Skip to content

Commit

Permalink
convert to using nebula.netflixoss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Jul 19, 2017
1 parent 1928d2b commit 37a1fa6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright 2017 Google, Inc.
* Copyright 2017 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -24,9 +25,14 @@ buildscript {
}
}

plugins {
id 'nebula.netflixoss' version '3.6.4'
}

allprojects {
group = "com.netflix.kayenta"
apply plugin: 'groovy'
apply plugin: 'nebula.netflixoss'

test {
testLogging {
Expand All @@ -42,6 +48,10 @@ subprojects { project ->
jcenter()
maven { url "https://dl.bintray.com/spinnaker/spinnaker"}
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
// spinnaker.group('test')
testCompile "org.springframework.boot:spring-boot-starter-test:1.2.8.RELEASE"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-judge-netflix/kayenta-judge-netflix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
compile 'org.scala-lang:scala-library-all:2.12.2'
compile 'org.scala-lang:scala-reflect:2.12.2'
compile 'com.typesafe.scala-logging:scala-logging_2.12:3.5.0'
testCompile 'org.scalatest:scalatest_2.12'
testCompile 'org.scalatest:scalatest_2.12:3.0.0'
}

0 comments on commit 37a1fa6

Please sign in to comment.