blob: 5886aec4bc63b8d652873f77af10435d2892303a [file] [log] [blame]
repositories {
maven {
mavenLocal()
maven {
url = 'https://frcmaven.wpi.edu/artifactory/ex-gradle'
}
mavenCentral()
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
implementation "edu.wpi.first:native-utils:2023.11.1"
}