Try to fix Windows build

See 44099d3d
This commit is contained in:
Andy Wilkinson 2025-10-06 19:32:53 +01:00
parent 473fc1b19e
commit c1924f2fcd
1 changed files with 1 additions and 1 deletions

View File

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