So I have this: ``` // Keep this at the bottom of ...
# gradle
j
So I have this:
Copy code
// Keep this at the bottom of this file.
apply from: "PlexxiControlConversion.gradle.kts"

allprojects {
    repositories {
        maven {
            // I know that this repository does not have what I need intentionally.
            url = "<http://first.wpi.edu/FRC/roborio/maven/release>"
        }
    }
}
And I'm still seeing that it's not searching for it:
Copy code
> Could not find validation-api-sources.jar (javax.validation:validation-api:1.1.0.Final).
  Searched in the following locations:
      file:/Users/jonathanleitschuh/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar