Skip to content

Commit 46022d2

Browse files
committed
Third time lucky fixing the Windows build?
See 44099d3, c1924f2, a5dbc5b
1 parent a5dbc5b commit 46022d2

File tree

1 file changed

+1
-1
lines changed
  • integration-test/spring-boot-launch-script-integration-tests/spring-boot-launch-script-tests-app

1 file changed

+1
-1
lines changed

integration-test/spring-boot-launch-script-integration-tests/spring-boot-launch-script-tests-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java {
2525
}
2626

2727
repositories {
28-
maven { url new File("../docker-test-maven-repository") }
28+
maven { url = new File("../docker-test-maven-repository").toURI() }
2929
mavenCentral()
3030
spring.mavenRepositories()
3131
}

0 commit comments

Comments
 (0)