Previously I was able to build frc projects in VS code with gradleRio fine. After reinstalling windows and installing the wpilib installer for 2019 I am unable. The error is:
Plugin [id: ‘edu.upi.first.GradleRIO’, version: "2019.1.1’] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle namespace)
- Plugin Repositories (could not resolve plugin artifact 'edu.pi.first.GradleRIO:edu.wpi.first.GradleRIo.gradle.plgin:2019.1.1)
Searched in the following repositories
MavenLocal(file:/C:/Users/Kevin/.12/repository)
Gradle Central Plugin Repository
frcHome(file:/c:/users/Public/frc2019/maven/)
I heard some having issues with the version for “edu. wpi.first.GradleRIO” in build.gradle being wrong. However I have checked with the version installed in Users/Public/frc2019/maven and it is the same, 2019.1.1
GradleRIO does indeed seem to be installed in that directory, but apparently is not detected by Gradle.