This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new ad33269 Disable JDK9 as it yields strange compiler error
ad33269 is described below
commit ad3326978da9d40435668079c1841fee9de84289
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 30 23:20:54 2021 +0100
Disable JDK9 as it yields strange compiler error
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 6dac416..768e151 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,9 @@ services:
jobs:
include:
- env: DOCKER_IMAGE=maven:3.8.4-jdk-8
- - env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with
Maven for this JDK
+# RAT-290: yields strange compiler error
+# java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 -
12): 0
+# - env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with
Maven for this JDK
- env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with
Maven for this JDK
- env: DOCKER_IMAGE=maven:3.8.4-jdk-11
- env: DOCKER_IMAGE=maven:3.6.2-jdk-12