We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b455721 commit 4e1fa03Copy full SHA for 4e1fa03
buildSrc/build.gradle
@@ -5,5 +5,5 @@ repositories {
5
}
6
7
dependencies {
8
- implementation "edu.wpi.first:native-utils:2022.0.0"
+ implementation "edu.wpi.first:native-utils:2022.0.2"
9
shared/config.gradle
@@ -1,5 +1,7 @@
1
import org.gradle.internal.os.OperatingSystem
2
3
+nativeUtils.skipInstallPdb = project.hasProperty('buildServer')
4
+
nativeUtils.addWpiNativeUtils()
nativeUtils.withRoboRIO()
nativeUtils.withRaspbian()
0 commit comments