File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 steps :
1515 - uses : actions/checkout@v2
1616
17- - name : Set up JDK 11
17+ - name : Set up JDK 17
1818 uses : actions/setup-java@v1
1919 with :
20- java-version : ' 11 '
20+ java-version : ' 17 '
2121
2222 - name : Cache local Maven repository
2323 uses : actions/cache@v2
@@ -45,10 +45,10 @@ jobs:
4545
4646 - uses : actions/checkout@v2
4747
48- - name : Set up JDK 11
48+ - name : Set up JDK 17
4949 uses : actions/setup-java@v1
5050 with :
51- java-version : ' 11 '
51+ java-version : ' 17 '
5252
5353 - name : Cache local Maven repository
5454 uses : actions/cache@v2
@@ -71,10 +71,10 @@ jobs:
7171 steps :
7272 - uses : actions/checkout@v2
7373
74- - name : Set up JDK 11
74+ - name : Set up JDK 17
7575 uses : actions/setup-java@v1
7676 with :
77- java-version : ' 11 '
77+ java-version : ' 17 '
7878
7979 - name : Cache local Maven repository
8080 uses : actions/cache@v2
Original file line number Diff line number Diff line change 1111 <properties >
1212 <base .name>Java Debug Server for Visual Studio Code</base .name>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14- <tycho-version >1.5.1 </tycho-version >
14+ <tycho-version >2.7.3 </tycho-version >
1515 <checkstyleDir >${basedir}</checkstyleDir >
1616 </properties >
1717
You can’t perform that action at this time.
0 commit comments