flamingchickens1540 / ROOSTER

A common library of useful classes and systems intended to be used for all Team 1540 robots
11 stars 0 forks source link

Pass robot class in via project properties #88

Closed RobinsonZ closed 5 years ago

RobinsonZ commented 5 years ago

Instead of manually editing the buildscript to deploy a new class, we can now pass in a class to deploy in IntelliJ run configurations (which I've also uploaded) or via CLI:

./gradlew deploy -ProbotClass=org.team1540.base.testing.HelloWorldTestRobot

This now also does the same thing with enabling debug, and uses a source-based Gradle dist to make things nicer.