Polish gradle dependency declarations

Remove 'path:' prefix when possible.
This commit is contained in:
Phillip Webb
2026-08-26 10:39:28 -07:00
parent b41cff1ab5
commit a1cc95e8a6
5 changed files with 66 additions and 66 deletions
@@ -40,7 +40,7 @@ dependencies {
}
implementation(project(":starter:spring-boot-starter-actuator"))
systemTestImplementation(enforcedPlatform(project(path: ":platform:spring-boot-internal-dependencies")))
systemTestImplementation(enforcedPlatform(project(":platform:spring-boot-internal-dependencies")))
systemTestImplementation(project(":module:spring-boot-restclient"))
systemTestImplementation(project(":module:spring-boot-resttestclient"))
systemTestImplementation(project(":starter:spring-boot-starter-test"))