Skip to content

Commit a5dbc5b

Browse files
committed
Alternative attempt at fixing the Windows build
See 44099d3, c1924f2
1 parent 16718f6 commit a5dbc5b

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

0 commit comments

Comments
 (0)