From 8c9f67f2f8d6a19095d94e15f823fa4b12518dcd Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Tue, 9 Jun 2020 07:13:56 +1000 Subject: [PATCH] Use JDK 13 in Travis build --- .travis.yml | 2 +- spring-boot/dependency-injection/mvnw | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 spring-boot/dependency-injection/mvnw diff --git a/.travis.yml b/.travis.yml index 3335d3b..3c44858 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ script: language: java jdk: - - oraclejdk11 \ No newline at end of file + - oraclejdk13 \ No newline at end of file diff --git a/spring-boot/dependency-injection/mvnw b/spring-boot/dependency-injection/mvnw old mode 100644 new mode 100755