Skip to content

build.gradle setup pulling latest wpilib from repo? #312

Closed Answered by mjansen4857
jasonli0616 asked this question in Q&A
Discussion options

You must be logged in to vote

I dealt with a lot of errors like this while developing before the 2023 season and it shouldn't need a reinstall. You don't even need WPILib installed at all to develop projects like this since Gradle takes care of all of it. The release mode flag is case sensitive, so make sure it is exactly -PreleaseMode

I'm not sure how VSCode handles the intellisense, but it always seems to do weird things for me. The intellisense might be fixed after you get a release mode build working. I usually just use IntelliJ instead of VSCode, it has a much better understanding of Gradle projects and the intellisense is usually more useful.

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
2 replies
@mjansen4857
Comment options

@jasonli0616
Comment options

Comment options

You must be logged in to vote
10 replies
@jasonli0616
Comment options

@mjansen4857
Comment options

@jasonli0616
Comment options

@mjansen4857
Comment options

Answer selected by jasonli0616
@jasonli0616
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants