Migrated to Java 21
This commit is contained in:
parent
1edf648d5e
commit
31d8a35ff5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -6,7 +6,7 @@ Requirements:
|
||||
|
||||
Maven is Installed
|
||||
|
||||
Java 19 is installed
|
||||
Java 21 is installed - variable JAVA_HOME_21 is set
|
||||
|
||||
*/
|
||||
{
|
||||
@ -25,6 +25,7 @@ Java 19 is installed
|
||||
#!/bin/bash
|
||||
echo JOB_NAME=$JOB_NAME
|
||||
|
||||
export JAVA_HOME=$JAVA_HOME_21
|
||||
case $BRANCH_NAME in
|
||||
|
||||
master | deploy_prod)
|
||||
|
@ -56,7 +56,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jgrapht</groupId>
|
||||
<artifactId>jgrapht-core</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nanoboot.powerframework</groupId>
|
||||
|
Reference in New Issue
Block a user