Skip to content

Commit

Permalink
plugin-plugin 5.16.0 w/ cross-compilation support. Move to JDK8 for b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
DanielThomas committed Jul 26, 2017
1 parent b5bf70e commit f7dcee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: java
sudo: false
jdk:
- openjdk7
jdk: oraclejdk8
install: true
script: "./gradle/buildViaTravis.sh"
cache:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@


plugins {
id 'nebula.plugin-plugin' version '5.15.6'
id 'nebula.plugin-plugin' version '5.16.0'
}

description 'Gradle plugin to setup a responsible Gradle project'
Expand Down

0 comments on commit f7dcee5

Please sign in to comment.