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 7bf5673e5 Fixed a windows build for JDK 1.8
7bf5673e5 is described below

commit 7bf5673e50659d8a7320b2a945dc33c0556d0d3e
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Wed Sep 11 22:17:46 2024 +0200

    Fixed a windows build for JDK 1.8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d3124996b..f10c8225e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -173,7 +173,7 @@ pipeline {
 
     stage('Build JDK 8 Windows') {
       tools {
-        jdk "jdk_1.8_latest_windows:"
+        jdk "jdk_1.8_latest_windows"
       }
       steps {
         echo 'Building JDK 8 Windows'

Reply via email to