Could not determine the dependencies, when importing from Kauailabs

We tried importing this library both with and without a school wifi, but both bring this same message when trying to build gradle.

  • What went wrong:
    Could not determine the dependencies of task ‘:jar’.

Could not resolve all files for configuration ‘:runtimeClasspath’.
Could not find com.kauailabs.navx.frc:navx-java:4.0.444.
Searched in the following locations:
- file:/C:/Users/Public/wpilib/2022/maven/com/kauailabs/navx/frc/navx-java/4.0.444/navx-java-4.0.444.pom
- https://frcmaven.wpi.edu/artifactory/vendor-mvn-release/com/kauailabs/navx/frc/navx-java/4.0.444/navx-java-4.0.444.pom
- https://repo1.maven.org/maven2/com/kauailabs/navx/frc/navx-java/4.0.444/navx-java-4.0.444.pom
- https://repo.maven.apache.org/maven2/com/kauailabs/navx/frc/navx-java/4.0.444/navx-java-4.0.444.pom
Required by:
project :

  • Try:

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.

Just checked the maven central repo, which is the online distribution site for the FRC navX java library; it appears that about the same time you ran into this issue, version 4.0.444 was being released, so it’s very possible there was a race condition - if you try the build again, this should now work.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.