@@ -3,7 +3,7 @@
pipeline {
agent any
tools {
- jdk "jdk8u292-b10"
+ jdk "jdk-17.0.1"
}
stages {
stage('Clean') {