We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6863f67 commit ddd955eCopy full SHA for ddd955e
db/build.gradle
@@ -260,7 +260,7 @@ if (project.baseSchemaTag != '') {
260
261
// Checks if Flyway scripts can be deployed to an existing database with
262
// an older release. Please refer to SchemaTest.java for more information.
263
- task schemaIncrementalDeployTest(dependsOn: processResources, type: Test) {
+ task schemaIncrementalDeployTest(dependsOn: processTestResources, type: Test) {
264
useJUnitPlatform()
265
include 'google/registry/sql/flyway/SchemaTest.*'
266
classpath = configurations.testRuntimeClasspath
0 commit comments