Skip to content

Commit 144b956

Browse files
authored
build: add owlbot config (googleapis#422)
1 parent 61a6fc3 commit 144b956

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docker:
2+
digest: sha256:d63f88abaa7cefc60021d1a86b6a2fb7c02948f8d6448142df4e3012a52308a2
3+
image: gcr.io/repo-automation-bots/owlbot-java:latest
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
docker:
16+
image: "gcr.io/repo-automation-bots/owlbot-java:latest"
17+
18+
deep-remove-regex:
19+
- "/grpc-google-.*/src"
20+
- "/proto-google-.*/src"
21+
- "/google-.*/src"
22+
23+
deep-copy-regex:
24+
- source: "/google/cloud/resourcemanager/(v.*)/.*-java/proto-google-.*/src"
25+
dest: "/proto-google-cloud-resourcemanager-$1/src"
26+
- source: "/google/cloud/resourcemanager/(v.*)/.*-java/grpc-google-.*/src"
27+
dest: "/grpc-google-cloud-resourcemanager-$1/src"
28+
- source: "/google/cloud/resourcemanager/v.*/.*-java/gapic-google-.*/src"
29+
dest: "/google-cloud-resourcemanager/src"

java-resourcemanager/google-cloud-resourcemanager-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>

java-resourcemanager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@
164164
</plugin>
165165
</plugins>
166166
</reporting>
167-
</project>
167+
</project>

0 commit comments

Comments
 (0)