Skip to content

Commit

Permalink
Changed target version to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Sep 29, 2016
1 parent 822cf6d commit 6025a26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: java

jdk:
- oraclejdk8

env:
- TERM=dumb

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'application'
apply plugin: "jacoco"
apply plugin: 'com.github.kt3k.coveralls'

sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = "UTF-8"
version = '0.7.0-SNAPSHOT'
mainClassName = 'focusedCrawler.Main'
Expand Down

0 comments on commit 6025a26

Please sign in to comment.