File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1515# downstream client libraries before they are released.
1616name : Hermetic library generation upon generation config change through pull requests
1717on :
18- pull_request :
18+ # pull_request:
1919
2020env :
2121 REPO_FULL_NAME : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 147147
148148 <dependencyManagement >
149149 <dependencies >
150+ <dependency >
151+ <groupId >com.google.protobuf</groupId >
152+ <artifactId >protobuf-bom</artifactId >
153+ <version >4.33.0</version >
154+ <type >pom</type >
155+ <scope >import</scope >
156+ </dependency >
150157 <dependency >
151158 <groupId >com.google.api.grpc</groupId >
152159 <artifactId >proto-google-cloud-firestore-admin-v1</artifactId >
You can’t perform that action at this time.
0 commit comments