diff --git a/build.gradle b/build.gradle index 4a16c55..010e726 100644 --- a/build.gradle +++ b/build.gradle @@ -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.