Skip to content

Commit

Permalink
Apply changes to javadt template
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Sep 6, 2023
1 parent fd29bfb commit 0392671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vscode-wpilib/resources/gradle/javadt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ plugins {
id "edu.wpi.first.GradleRIO" version "###GRADLERIOREPLACE###"
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

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

// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
Expand Down

0 comments on commit 0392671

Please sign in to comment.