File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ extends:
46
46
- checkout : self
47
47
fetchTags : true
48
48
- task : JavaToolInstaller@0
49
- displayName : Use Java 17
49
+ displayName : Use Java 21
50
50
inputs :
51
- versionSpec : " 17 "
51
+ versionSpec : " 21 "
52
52
jdkArchitectureOption : x64
53
53
jdkSourceOption : PreInstalled
54
54
- task : CmdLine@2
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ extends:
45
45
- checkout : self
46
46
fetchTags : true
47
47
- task : JavaToolInstaller@0
48
- displayName : Use Java 17
48
+ displayName : Use Java 21
49
49
inputs :
50
- versionSpec : " 17 "
50
+ versionSpec : " 21 "
51
51
jdkArchitectureOption : x64
52
52
jdkSourceOption : PreInstalled
53
53
- task : CmdLine@2
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 17
17
+ - name : Set up JDK 21
18
18
uses : actions/setup-java@v1
19
19
with :
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
22
22
- name : Cache local Maven repository
23
23
uses : actions/cache@v2
@@ -45,10 +45,10 @@ jobs:
45
45
46
46
- uses : actions/checkout@v2
47
47
48
- - name : Set up JDK 17
48
+ - name : Set up JDK 21
49
49
uses : actions/setup-java@v1
50
50
with :
51
- java-version : ' 17 '
51
+ java-version : ' 21 '
52
52
53
53
- name : Cache local Maven repository
54
54
uses : actions/cache@v2
@@ -71,10 +71,10 @@ jobs:
71
71
steps :
72
72
- uses : actions/checkout@v2
73
73
74
- - name : Set up JDK 17
74
+ - name : Set up JDK 21
75
75
uses : actions/setup-java@v1
76
76
with :
77
- java-version : ' 17 '
77
+ java-version : ' 21 '
78
78
79
79
- name : Cache local Maven repository
80
80
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments