This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new 1c697be11 Fixed a windows build for JDK 1.8
1c697be11 is described below
commit 1c697be1190a173a4621dce7bf4b7462d0210670
Author: emmanuel lecharny <[email protected]>
AuthorDate: Thu Sep 12 08:59:51 2024 +0200
Fixed a windows build for JDK 1.8
---
Jenkinsfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f10c8225e..433d4812d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -122,7 +122,8 @@ pipeline {
sh 'mvn clean install -Pserial'
}
}
-
+/*--- Comment out Windows builds for the moment ---*/
+/*
stage('Build JDK 22 Windows') {
tools {
jdk "jdk_22_latest_windows"
@@ -183,4 +184,5 @@ pipeline {
}
}
}
+*/
}