Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ integration)

mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Dprotobuf.version=4.33.2 \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand Down
3 changes: 1 addition & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"api_id": "datastore.googleapis.com",
"library_type": "GAPIC_COMBO",
"requires_billing": true,
"codeowner_team": "@googleapis/cloud-sdk-java-team",
"excluded_dependencies": "grpc-google-cloud-datastore-v1",
"excluded_poms": "grpc-google-cloud-datastore-v1",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559768",
"extra_versioned_modules": "datastore-v1-proto-client",
"recommended_package": "com.google.cloud.datastore"
}
}
Loading