Open benjiboy50fonz opened 3 years ago
This example is a bit outdated, unfortunately, but version 0.4.0 should work with SBT 1.x. You can take a look at https://github.com/team846/code-2018 for a more up-to-date example of using sbt-frc. That project also uses Scala Native to compile ahead-of-time rather than running on the JVM, which we used during the 2018 season.
I'm not sure if this example is still maintained, but if so, I am afraid I have found some errors or lack of clarification.
I am running the project in VSCode on a Windows 10 machine. I was able to replicate the problem on IntelliJ Community as well.
Shortly after making the stated modifications, running
sbt compile
results in the following:This security issue can be resolved by allowing access to HTTP. With the following change in
plugins.sbt
:However, there seem to be more issues than what appears on the surface. Running
sbt compile
on the same system after making the change described above results in this:It seems as though it's all outdated. Am I missing something? What possible fixes exist?
Thanks,
Ben Bistline