Skip to content

Commit b40c63e

Browse files
committed
docs: update comment to reflect dynamic include path derivation
1 parent 4942eda commit b40c63e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

protocol/protoLint.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ task protoLint {
3636
description = "Validate Protobuf Enums using buf generated JSON AST. Enforces 'UNKNOWN_' prefix for index 0 to ensure JSON serialization backward compatibility."
3737

3838
// Explicitly depend on:
39-
// 1. extractIncludeProto: ensure external protos are available in build/extracted-include-protos/main.
39+
// 1. extractIncludeProto: ensure external protos are extracted before buf runs.
40+
// The include root is derived from that task's actual output below.
4041
// 2. generateProto: fix Gradle implicit dependency warning due to output directory overlap.
4142
dependsOn 'extractIncludeProto', 'generateProto'
4243

0 commit comments

Comments
 (0)