Skip to content

Commit be4aaec

Browse files
chore(java_templates): re-generate common files (#155)
* chore: turn on renovate-bot master issue for java repos Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Thu Jun 4 18:23:16 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: cac9eef310652bf138dd76b716e4986e757d62ac Source-Link: googleapis/synthtool@cac9eef * build(java): skip lint on samples directory Let the samples test decide how to enforce linting Source-Author: Jeff Ching <chingor@google.com> Source-Date: Fri Jun 5 13:40:10 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 987270824bd26f6a8c716d5e2022057b8ae7b26e Source-Link: googleapis/synthtool@9872708
1 parent 5aee52f commit be4aaec

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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)

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"groupName": "jackson dependencies"
7777
}
7878
],
79-
"semanticCommits": true
79+
"semanticCommits": true,
80+
"masterIssue": true
8081
}

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-datastore.git",
7-
"sha": "d572efb1d8367086d2062c3a2f2c0ae61b85abf8"
7+
"sha": "425f6db057cbd78a1e91ed71684183ab7fd59c48"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
22+
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)