mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
10 lines
175 B
Groovy
10 lines
175 B
Groovy
repositories {
|
|
maven {
|
|
url "https://plugins.gradle.org/m2/"
|
|
mavenLocal()
|
|
}
|
|
}
|
|
dependencies {
|
|
implementation "edu.wpi.first:native-utils:2022.0.2"
|
|
}
|