This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push:
new df82c6d Uses JDK 11 for builds at Travis
df82c6d is described below
commit df82c6df6d1c0f52f09f28d8fd1e61374501778d
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Dec 14 07:45:38 2021 +0100
Uses JDK 11 for builds at Travis
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index d0d4d7c..e60ea9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: java
sudo: false
jdk:
- - openjdk8
+ - oraclejdk11
install: true
script: ./mvnw test