Skip to content

Commit

Permalink
BAH-3197 | Fix. Bump Jdk Version 8 -> 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jun 26, 2024
1 parent 52433d5 commit bb9f891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk8
- openjdk11
script: mvn clean install -DskipDump -DskipTests
branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<target>1.8</target>
<source>1.8</source>
<target>11</target>
<source>11</source>
<compilerArgument>-proc:none</compilerArgument>

</configuration>
Expand Down

0 comments on commit bb9f891

Please sign in to comment.