Skip to content

Commit b52d662

Browse files
committed
only Windows & JDK25
1 parent 0d1363c commit b52d662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ properties([
1313
])
1414

1515
def axes = [
16-
platforms: ['linux', 'windows'],
17-
jdks: [21, 25],
16+
platforms: ['windows'],
17+
jdks: [25],
1818
]
1919

2020
stage('Record build') {

0 commit comments

Comments
 (0)