mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
By default, release projects do not include symbols in the new version. This updates that to now work correctly.
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:2020.8.0"
|
|
}
|