I suddenly cannot deploy anymore. I’ve deployed the same project a 20-30 times without issue but now I cannot deploy anymore. To be sure it was not something I changed I created an new empty robot project and I can’t deploy that either. I’m very frustrated and would really appreciate any assistance. When I build it builds fine without error.
Executing task: gradlew build -Dorg.gradle.java.home=“C:\Users\Public\wpilib\2025\jdk”
BUILD SUCCESSFUL in 2s
But when I deploy I get the following error:
Cannot locate tasks that match ‘.gradle.java.home=C:\Users\Public\wpilib\2025\jdk’ as project ‘.gradle.java.home=C’ not found in root project ‘emptyBot’.
It is running this command:
cmd.exe /d /c gradlew deploy -PteamNumber=2543 --offline -Dorg.gradle.java.home=“C:\Users\Public\wpilib\2025\jdk”