Files
allwpilib/buildSrc/build.gradle
Thad House 989df1b461 Bump Native Utils and OpenCV dependencies (#1993)
OpenCV doesn't change anything other then the hash file. NativeUtils is needed to get the newest compiler.
2019-10-26 16:21:29 -07:00

10 lines
168 B
Groovy

repositories {
maven {
url "https://plugins.gradle.org/m2/"
mavenLocal()
}
}
dependencies {
compile "edu.wpi.first:native-utils:2020.1.4"
}