Skip to content

Commit

Permalink
Update to JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Nov 17, 2017
1 parent b01c18a commit dbaa7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
sudo: false
jdk:
- oraclejdk7
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ group 'com.intershop.gradle.repoconfig'
description 'Repository Configuration Init Script Plugin for project teams or companies'
version = scm.version.version

// plugins should work with JDK 1.7 aslong
// older INTERSHOP version use this version of JDK
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8

// set correct project status
if (project.version.endsWith('-SNAPSHOT')) {
Expand Down

0 comments on commit dbaa7b4

Please sign in to comment.