Third time lucky fixing the Windows build?

See 44099d3d, c1924f2, a5dbc5b
This commit is contained in:
Andy Wilkinson 2025-10-06 20:19:03 +01:00
parent a5dbc5bb22
commit 46022d2a4e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ java {
}
repositories {
maven { url new File("../docker-test-maven-repository") }
maven { url = new File("../docker-test-maven-repository").toURI() }
mavenCentral()
spring.mavenRepositories()
}