Ajout simulation

This commit is contained in:
Olivier Demers 2022-11-07 19:51:02 -05:00
parent 750c3d67af
commit 277dbe2b62

View File

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