This commit is contained in:
samuel desharnais 2022-11-14 18:18:53 -05:00
commit c48a59b199

View File

@ -43,7 +43,7 @@ def deployArtifact = deploy.targets.roborio.artifacts.frcJava
wpi.java.debugJni = false
// Set this to true to enable desktop support.
def includeDesktopSupport = false
def includeDesktopSupport = true
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
// Also defines JUnit 4.