Commit 1127aed 1 parent f8f8ed2 commit 1127aed Copy full SHA for 1127aed
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -325,18 +325,18 @@ task stopPostgreSQLTestDockerContainer() {
325
325
326
326
updateTomlFiles. dependsOn copyStdlibs
327
327
startMySQLTestDockerContainer. dependsOn createMySQLTestDockerImage
328
- // startMSSQLTestDockerContainer.dependsOn createMSSQLTestDockerImage
328
+ startMSSQLTestDockerContainer. dependsOn createMSSQLTestDockerImage
329
329
startPostgreSQLTestDockerContainer. dependsOn createPostgreSQLTestDockerImage
330
330
331
331
build. dependsOn " generatePomFileForMavenPublication"
332
332
build. dependsOn " :${ packageName} -compiler-plugin:build"
333
333
build. dependsOn " :${ packageName} -native:build"
334
334
build. finalizedBy stopMySQLTestDockerContainer
335
- // build.finalizedBy stopMSSQLTestDockerContainer
335
+ build. finalizedBy stopMSSQLTestDockerContainer
336
336
build. finalizedBy stopPostgreSQLTestDockerContainer
337
337
338
338
test. dependsOn " :${ packageName} -compiler-plugin:build"
339
339
test. dependsOn " :${ packageName} -native:build"
340
340
test. dependsOn startMySQLTestDockerContainer
341
- // test.dependsOn startMSSQLTestDockerContainer
341
+ test. dependsOn startMSSQLTestDockerContainer
342
342
test. dependsOn startPostgreSQLTestDockerContainer
You can’t perform that action at this time.
0 commit comments