Skip to content

Commit

Permalink
fix: debug command and buf verification task after generate
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Apr 30, 2024
1 parent 1f0a7fe commit 21f09e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
-x checkKotlinGradlePluginConfigurationErrors \
-x test \
--stacktrace
la
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ proto: $(VALD_DIR) $(JAVA_ROOT)
@$(call green, "generating .java files...")
sed -i '/lint:/a \ ignore: [v1]' $(PROTO_ROOT)/buf.yaml
echo 'build:\n excludes: [v1/agent/sidecar, v1/discoverer, v1/manager]' >> $(PROTO_ROOT)/buf.yaml
./gradlew bufGenerate
./gradlew bufGenerate bufFormatApply bufFormatCheck bufLint check
cp -r build/bufbuild/generated/main src

$(JAVA_ROOT):
Expand Down

0 comments on commit 21f09e1

Please sign in to comment.