Third time lucky fixing the Windows build?
See44099d3d
,c1924f2
,a5dbc5b
This commit is contained in:
parent
a5dbc5bb22
commit
46022d2a4e
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue