Skip to content

Commit 0e47e03

Browse files
committed
update to latest licenseheader binary and ignore yaml files that shouldn't have headers
1 parent 57ccfe1 commit 0e47e03

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ tasks.register<Exec>("licenseHeader") {
7979
"conformance/build/generated/sources/bufgen/",
8080
"--ignore",
8181
"src/main/resources/buf/validate/",
82+
"--ignore",
83+
".github",
84+
"--ignore",
85+
"src/test/resources/proto",
86+
"--ignore",
87+
"benchmarks",
88+
"--ignore",
89+
"conformance",
90+
"--ignore",
91+
"buf.gen.yaml",
92+
"--ignore",
93+
"buf.yaml",
8294
)
8395
}
8496

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
assertj = "3.27.7"
3-
buf = "1.68.4"
3+
buf = "1.69.0"
44
cel = "0.12.0"
55
error-prone = "2.49.0"
66
junit = "5.14.4"

0 commit comments

Comments
 (0)