Skip to content

Commit f34dc30

Browse files
build(java): skip lint on samples directory (#149)
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 bc476ac commit f34dc30

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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "0b39d9f7784089763f4194478b276e8a8e17a041"
7+
"sha": "bc476ac3505b1793f62d64026c2537ecbf227e2e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "cac9eef310652bf138dd76b716e4986e757d62ac"
14+
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)