Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 23, 2023
1 parent 1504f59 commit f98ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cppHeadersZip {
into '/'
}
}
cppHeadersZip.dependsOn writeCurrentVersion

def photonlibFileInput = file("src/generate/photonlib.json.in")
ext.photonlibFileOutput = file("$buildDir/generated/vendordeps/photonlib.json")
Expand Down Expand Up @@ -61,6 +60,7 @@ task writeCurrentVersion {
}

build.mustRunAfter writeCurrentVersion
cppHeadersZip.dependsOn writeCurrentVersion

// Building photon-lib requires photon-targeting to generate its proto files. This technically shouldn't be required but is needed for it to build.
model {
Expand Down

0 comments on commit f98ed57

Please sign in to comment.