From 277dbe2b62e4b71d8111751b11b676f9be82dbd8 Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Mon, 7 Nov 2022 19:51:02 -0500 Subject: [PATCH] Ajout simulation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.