mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
10 lines
168 B
Groovy
10 lines
168 B
Groovy
repositories {
|
|
maven {
|
|
url "https://plugins.gradle.org/m2/"
|
|
mavenLocal()
|
|
}
|
|
}
|
|
dependencies {
|
|
compile "edu.wpi.first:native-utils:2020.0.7"
|
|
}
|