Rename aotTest source set to aotSmokeTest to avoid clash

This commit is contained in:
Andy Wilkinson
2022-09-05 06:57:06 +01:00
parent 46e696bb38
commit fda281dc53
166 changed files with 145 additions and 145 deletions

View File

@@ -17,8 +17,8 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
aotTestImplementation(project(":aot-smoke-test-support"))
aotTestImplementation("org.awaitility:awaitility:4.2.0")
aotSmokeTestImplementation(project(":aot-smoke-test-support"))
aotSmokeTestImplementation("org.awaitility:awaitility:4.2.0")
}
aotSmokeTest {