Skip to content

Commit

Permalink
[build] Fix generated source set location in the HAL (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Dec 30, 2023
1 parent 09f76b3 commit cc631d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext {

apply from: "${rootDir}/shared/jni/setupBuild.gradle"

sourceSets.main.java.srcDir "src/generated/main/java/edu/wpi/first/hal/"
sourceSets.main.java.srcDir "${projectDir}/src/generated/main/java"

cppSourcesZip {
from('src/main/native/athena') {
Expand Down

0 comments on commit cc631d2

Please sign in to comment.