mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
SourceLink embeds the git repo and hash into the pdbs, which allows VS to get the source files exactly matching a pdb directly from github. Only VS and WinDbg are supported currently, but there are issues in the vscode tools repo to enable it there.
10 lines
176 B
Groovy
10 lines
176 B
Groovy
repositories {
|
|
maven {
|
|
url "https://plugins.gradle.org/m2/"
|
|
mavenLocal()
|
|
}
|
|
}
|
|
dependencies {
|
|
implementation "edu.wpi.first:native-utils:2020.10.0"
|
|
}
|