Browse Source

Try to fix Windows build

See 44099d3d
pull/47415/head
Andy Wilkinson 2 months ago
parent
commit
c1924f2fcd
  1. 2
      integration-test/spring-boot-launch-script-integration-tests/spring-boot-launch-script-tests-app/build.gradle

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

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

Loading…
Cancel
Save