Skip to content

Commit 64a32aa

Browse files
build(java): skip lint on samples directory (googleapis#160)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d76bfbb4-fde1-4909-a913-608cdb170a49/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@9872708
1 parent ec27f5a commit 64a32aa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ test)
5151
RETURN_CODE=$?
5252
;;
5353
lint)
54-
mvn \
55-
-Penable-samples \
56-
com.coveo:fmt-maven-plugin:check
54+
mvn com.coveo:fmt-maven-plugin:check
5755
RETURN_CODE=$?
5856
;;
5957
javadoc)

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-tasks.git",
7-
"sha": "d27a27f116df1f6fa7ca41bc0cce06ba36c65935"
7+
"sha": "ec27f5afba3fa4f4268273e95c2fb0b05d815905"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "cac9eef310652bf138dd76b716e4986e757d62ac"
22+
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)