mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Specify JDK 25 for GitHub Actions and Jenkins
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
jdk 'jdk-21-latest'
|
||||
jdk 'jdk-25-latest'
|
||||
}
|
||||
stages {
|
||||
stage("build") {
|
||||
|
||||
Reference in New Issue
Block a user