Skip to content

Commit

Permalink
changed jdk to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Truong committed Jan 20, 2023
1 parent 19e62de commit 0ba09d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
tools {
maven 'maven-3.8.6'
}

stages {
stage('Build') {
steps {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<version>[3.8.6,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11,)</version>
<version>[8,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 0ba09d0

Please sign in to comment.