[examples] Add tasks to run Java examples (#2920)

Example: ./gradlew :wpilibjExamples:runstatespacedifferentialdrivesimulation
This commit is contained in:
Prateek Machiraju
2020-12-08 01:33:17 -05:00
committed by GitHub
parent 558e37c412
commit 66d6417189
2 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2020 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
int main() {}