Skip to content

Commit e48dcaa

Browse files
committed
Add wpiprotoplugin.jar to generated files
1 parent 867205e commit e48dcaa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828

2929
# Generated files
3030
*/src/generated/** linguist-generated
31+
protoplugin/binary/wpiprotoplugin.jar linguist-generated

.github/workflows/pregen_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def main(argv):
3434
subprocess.run(["python", f"{REPO_ROOT}/wpilibj/generate_pwm_motor_controllers.py"])
3535
subprocess.run(["python", f"{REPO_ROOT}/thirdparty/imgui_suite/generate_gl3w.py"])
3636
subprocess.run(f"{REPO_ROOT}/thirdparty/imgui_suite/generate_fonts.sh")
37+
subprocess.run([f"{REPO_ROOT}/gradlew", "-p", f"{REPO_ROOT}/protoplugin", "build"])
3738

3839

3940
if __name__ == "__main__":

0 commit comments

Comments
 (0)