Closed vectorcrumb closed 6 years ago
Sorry, I was trying to run a Gradle task instead of the com.snobot.simulator application. IntelliJ doesn't show the app by default (only project apps) and I didn't have Eclipse running. I've managed to run the simulator and used the CTRE fix to run everything.
I've been trying to setup the simulator with my team's GradleRIO project, but can't execute the simulate task. I added the plugin with the 2018.01.10 version, overwrote the simulator version with
snobotSimVersion="0.8.0
and added the test dependencies. My build.gradle file looks like this (sorry for the walls of text, I tried to include all relevant information):However, when I try to simulate, I get the following error (with stacktrace):
What am I doing wrong with the setup?