Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 8, 2017
2 parents 02ac484 + 14ce513 commit f0a9ae8
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7
1.8
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: java
sudo: false
jdk:
- oraclejdk7
jdk: oraclejdk8
install: true
script: "./gradle/buildViaTravis.sh"
cache:
Expand Down
13 changes: 2 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014-2016 Netflix, Inc.
* Copyright 2014-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 @@ -13,13 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
buildscript {
repositories { jcenter() }
}

plugins {
id 'nebula.plugin-plugin' version '5.9.0'
id 'com.gradle.plugin-publish' version '0.9.7'
id 'nebula.plugin-plugin' version '5.17.1'
}

description 'Template for NetflixOSS projects'
Expand All @@ -29,10 +24,6 @@ contacts {
moniker 'Rob Spieldenner'
github 'rspieldenner'
}
'justin@halfempty.org' {
moniker 'Justin Ryan'
github 'quidryan'
}
}

configurations.all {
Expand Down
Loading

0 comments on commit f0a9ae8

Please sign in to comment.