1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Remove datastore related code (#1906)

This commit is contained in:
Lai Jiang
2023-01-19 14:44:11 -05:00
committed by GitHub
parent ac14688a4f
commit 925c9ba9e8
152 changed files with 886 additions and 4460 deletions

View File

@@ -86,8 +86,7 @@ test {
// and assign the path to it to the GOOGLE_APPLICATION_CREDENTIALS environment
// variable.
//
// A typical use case is to run tests from desktop that accesses Cloud resources. See
// core/src/test/java/google/registry/beam/initsql/BeamJpaModuleTest.java for an example.
// A typical use case is to run tests from desktop that accesses Cloud resources.
tasks.withType(Test).configureEach {
def gcp_integration_env_property = 'test.gcp_integration.env'