From bb9f891691cca68ce68acb7c5e3bc60385cc7fbe Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:52:28 +0530 Subject: [PATCH] BAH-3197 | Fix. Bump Jdk Version 8 -> 11 --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4654b2d..84668770 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java jdk: - - openjdk8 + - openjdk11 script: mvn clean install -DskipDump -DskipTests branches: only: diff --git a/pom.xml b/pom.xml index 3a715977..6368d717 100644 --- a/pom.xml +++ b/pom.xml @@ -62,8 +62,8 @@ maven-compiler-plugin 3.1 - 1.8 - 1.8 + 11 + 11 -proc:none