Skip to content

Commit

Permalink
Move wpilib native deps to test (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Mar 15, 2024
1 parent f912f89 commit 6e13ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def nativeTasks = wpilibTools.createExtractionTasks {
configurationName = nativeConfigName
}

nativeTasks.addToSourceSetResources(sourceSets.main)
nativeTasks.addToSourceSetResources(sourceSets.test)

nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpinet")
nativeConfig.dependencies.add wpilibTools.deps.wpilib("wpiutil")
Expand Down

0 comments on commit 6e13ab6

Please sign in to comment.