Skip to content

Commit 4a481f1

Browse files
committed
Do not use Java 17 anymore for build
1 parent 3f2b5d7 commit 4a481f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
16-
jdk: [17, 21]
16+
jdk: [21]
1717

1818
runs-on: ${{ matrix.platform }}
1919
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def configurations = [
22
[ platform: "linux", jdk: "21" ],
3-
[ platform: "windows", jdk: "17" ]
3+
[ platform: "windows", jdk: "21" ]
44
]
55

66
buildPlugin(failFast: false, timeout: 90, configurations: configurations,

0 commit comments

Comments
 (0)