When i Deploy i get this Output -
Executing task: gradlew deploy -PteamNumber=2783 -Dorg.gradle.java.home=“C:\Users\Public\frc2019\jdk” <
Starting a Gradle Daemon, 4 stopped Daemons could not be reused, use --status for details
Task :discoverRoborio
Discovering Target roborio
Using admin@10.27.83.2:22 for target roborioTask :downloadDepsPreemptively FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:downloadDepsPreemptively’.
Could not resolve all dependencies for configuration ‘:nativeZip’.
Could not resolve com.ctre.phoenix:cci:5.12.0.
Required by:
project :
Could not resolve com.ctre.phoenix:cci:5.12.0.
Could not get resource ‘vhttps://repo.maven.apache.org/maven2/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
Could not GET ‘vhttps://repo.maven.apache.org/maven2/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
repo.maven.apache.org
Could not resolve com.ctre.phoenix:cci:5.12.0.
Could not get resource ‘vhttp://first.wpi.edu/FRC/roborio/maven/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
Could not GET ‘vhttp://first.wpi.edu/FRC/roborio/maven/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
first.wpi.edu
Could not resolve com.ctre.phoenix:cci:5.12.0.
Could not get resource ‘vhttp://devsite.ctr-electronics.com/maven/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
Could not GET ‘vhttp://devsite.ctr-electronics.com/maven/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
devsite.ctr-electronics.comv
Could not resolve com.ctre.phoenix:cci:5.12.0.
Could not get resource ‘vhttps://repo1.maven.org/maven2/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
Could not GET ‘vhttps://repo1.maven.org/maven2/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
repo1.maven.org
Could not resolve com.ctre.phoenix:cci:5.12.0.
Could not get resource ‘vhttp://wpimirror.imjac.in/m2/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
Could not GET ‘vhttp://wpimirror.imjac.in/m2/release/com/ctre/phoenix/cci/5.12.0/cci-5.12.0.pom’.
wpimirror.imjac.inTry:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to
get full insights.Get more help at vhttps://help.gradle.org
BUILD FAILED in 33s
3 actionable tasks: 2 executed, 1 up-to-date
The terminal process terminated with exit code: 1
I have deployed the same exact code on other computers and never encountered issues, and have also never had to do anything specifically for CTRE libraries
Note: I added a “v” to the start of all the links because it said new users can’t have more then two links