Skip to content

Commit 708869f

Browse files
committed
Bump Java version in templates
1 parent 2a9b27d commit 708869f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

vscode-wpilib/resources/gradle/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
java {
7-
sourceCompatibility = JavaVersion.VERSION_11
8-
targetCompatibility = JavaVersion.VERSION_11
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
99
}
1010

1111
def ROBOT_MAIN_CLASS = "###ROBOTCLASSREPLACE###"

vscode-wpilib/resources/gradle/javaromi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
java {
7-
sourceCompatibility = JavaVersion.VERSION_11
8-
targetCompatibility = JavaVersion.VERSION_11
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
99
}
1010

1111
def ROBOT_MAIN_CLASS = "###ROBOTCLASSREPLACE###"

vscode-wpilib/resources/gradle/javaxrp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
java {
7-
sourceCompatibility = JavaVersion.VERSION_11
8-
targetCompatibility = JavaVersion.VERSION_11
7+
sourceCompatibility = JavaVersion.VERSION_17
8+
targetCompatibility = JavaVersion.VERSION_17
99
}
1010

1111
def ROBOT_MAIN_CLASS = "###ROBOTCLASSREPLACE###"

0 commit comments

Comments
 (0)