File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
vscode-wpilib/resources/gradle Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
}
5
5
6
6
java {
7
- sourceCompatibility = JavaVersion . VERSION_11
8
- targetCompatibility = JavaVersion . VERSION_11
7
+ sourceCompatibility = JavaVersion . VERSION_17
8
+ targetCompatibility = JavaVersion . VERSION_17
9
9
}
10
10
11
11
def ROBOT_MAIN_CLASS = " ###ROBOTCLASSREPLACE###"
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
}
5
5
6
6
java {
7
- sourceCompatibility = JavaVersion . VERSION_11
8
- targetCompatibility = JavaVersion . VERSION_11
7
+ sourceCompatibility = JavaVersion . VERSION_17
8
+ targetCompatibility = JavaVersion . VERSION_17
9
9
}
10
10
11
11
def ROBOT_MAIN_CLASS = " ###ROBOTCLASSREPLACE###"
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
}
5
5
6
6
java {
7
- sourceCompatibility = JavaVersion . VERSION_11
8
- targetCompatibility = JavaVersion . VERSION_11
7
+ sourceCompatibility = JavaVersion . VERSION_17
8
+ targetCompatibility = JavaVersion . VERSION_17
9
9
}
10
10
11
11
def ROBOT_MAIN_CLASS = " ###ROBOTCLASSREPLACE###"
You can’t perform that action at this time.
0 commit comments