Alternative attempt at fixing the Windows build

See 44099d3d, c1924f2
This commit is contained in:
Andy Wilkinson 2025-10-06 19:48:06 +01:00
parent 16718f676d
commit a5dbc5bb22
1 changed files with 1 additions and 1 deletions

View File

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