Skip to content

Commit

Permalink
revert to java8 - still issues with cqengine
Browse files Browse the repository at this point in the history
  • Loading branch information
codingchili committed Oct 10, 2017
1 parent 1cd7c6d commit f4488fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
dist: trusty
jdk: oraclejdk9
jdk: oraclejdk8
install: true
script:
- ./gradlew -version
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ subprojects {
version = rootProject.version
group = rootProject.group

sourceCompatibility = 1.9
targetCompatibility = 1.9
sourceCompatibility = 1.8
targetCompatibility = 1.8

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit f4488fa

Please sign in to comment.