jlleitschuh
01/16/2017, 8:13 PM// 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:
> 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