Skip to content

Commit

Permalink
Workaround for gradle rebuilding headers in C++ user projects (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Sep 1, 2023
1 parent 5413411 commit 7ea6cc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vscode-wpilib/resources/gradle/shared/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ pluginManagement {
}
}
}

Properties props = System.getProperties();
props.setProperty("org.gradle.internal.native.headers.unresolved.dependencies.ignore", "true");

0 comments on commit 7ea6cc4

Please sign in to comment.