-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move generated files into build directory #1564
Labels
bug
Something isn't working
Comments
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 14, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Open
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 15, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 15, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 15, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 15, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Gold856
added a commit
to Gold856/photonvision
that referenced
this issue
Nov 15, 2024
Fixes PhotonVision#1564. Also copies vendordep JSONs to the examples as advised by Thad. Removes unused shared/javacpp/setupBuild.gradle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
clean
task tends to not clean the version files that are generated directly into the source tree. The version file generation tasks should be changed to point to the build directory, with changes made to downstream consumers.The text was updated successfully, but these errors were encountered: