Skip to content

Commit

Permalink
fix:travis-ci构建时,指定jdk为8
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangduning committed Jul 2, 2020
1 parent 82fe5a2 commit a690718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ notifications:

language: java

jdk:
- openjdk8

sudo: false
script:
- travis_retry mvn -B clean
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -62,7 +62,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit a690718

Please sign in to comment.