Skip to content

Commit

Permalink
Added .netflixoss config file to tell our jenkins job to use JDK8 for…
Browse files Browse the repository at this point in the history
… build, but compile to java 7 compatability.
  • Loading branch information
kerumai committed Jun 22, 2015
1 parent d5cbd03 commit 51f23c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .netflixoss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk=8

3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ subprojects {
}

group = "com.netflix.${githubProjectName}"

sourceCompatibility = '1.7'
targetCompatibility = '1.7'

sourceSets.test.java.srcDir 'src/main/java'

Expand Down

0 comments on commit 51f23c1

Please sign in to comment.