File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- uses : actions/setup-java@v3
44
44
with :
45
- java-version : 11
46
- distribution : ' zulu '
45
+ java-version : 17
46
+ distribution : ' temurin '
47
47
architecture : ${{ matrix.architecture }}
48
48
49
49
- name : Install dependencies
91
91
92
92
- uses : actions/setup-java@v3
93
93
with :
94
- java-version : 11
95
- distribution : ' zulu '
94
+ java-version : 17
95
+ distribution : ' temurin '
96
96
97
97
- uses : actions/download-artifact@v3
98
98
with :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ It can also be run manually by running the shuffleboard.vbs in `c:\Users\public\
16
16
shuffleboard.py in ` ~/wpilib/<year>/tools ` (Linux or Mac).
17
17
18
18
### Requirements
19
- - [ JRE 11 ] ( https://adoptopenjdk .net/ ) . Java 11 is required.
20
- No other version of Java is supported. Java 11 is installed by the
19
+ - [ JRE 17 ] ( https://adoptium .net/temurin/releases/?version=17&package=jre ) . Java 17 is required.
20
+ No other version of Java is supported. Java 17 is installed by the
21
21
[ WPILib installer] ( https://github.com/wpilibsuite/allwpilib/releases ) .
22
22
23
23
## Building
@@ -41,5 +41,5 @@ Only the listed platforms are supported
41
41
To build _ all_ platform-specific JARs at once, use the command ` ./gradlew :app:shadowJarAllPlatforms `
42
42
43
43
### Requirements
44
- - [ JDK 11 ] ( https://adoptopenjdk .net/ ) . JDK 11 is required.
44
+ - [ JDK 17 ] ( https://adoptium .net/temurin/releases/?version=17 ) . JDK 17 is required.
45
45
No other version of Java is supported.
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ allprojects {
190
190
191
191
tasks. withType(Javadoc ) {
192
192
options. encoding = " UTF-8"
193
- options. links ' https://docs.oracle.com/en/java/javase/11 /docs/api/'
193
+ options. links ' https://docs.oracle.com/en/java/javase/17 /docs/api/'
194
194
options. tags(
195
195
' implSpec:a:Implementation Requirements:' ,
196
196
' implNote:a:Implementation Note:'
You can’t perform that action at this time.
0 commit comments