Skip to content

Commit c1924f2

Browse files
committed
Try to fix Windows build
See 44099d3
1 parent 473fc1b commit c1924f2

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 "file:${rootDir}/../docker-test-maven-repository"}
28+
maven { url new File(project.rootDir, "../docker-test-maven-repository").toURI().toURL() }
2929
mavenCentral()
3030
spring.mavenRepositories()
3131
}

0 commit comments

Comments
 (0)