mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Needed to fix case when both rio and raspbian compilers installed, along with C++17 intellisense.
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.1.5"
|
|
}
|