mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
14 lines
290 B
Groovy
14 lines
290 B
Groovy
repositories {
|
|
maven {
|
|
mavenLocal()
|
|
maven {
|
|
url = 'https://frcmaven.wpi.edu/artifactory/ex-gradle'
|
|
}
|
|
mavenCentral()
|
|
url = "https://plugins.gradle.org/m2/"
|
|
}
|
|
}
|
|
dependencies {
|
|
implementation "org.wpilib:native-utils:2027.1.1"
|
|
}
|