-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Module
Core
Testcontainers version
master
Using the latest Testcontainers version?
Yes
Host OS
Windows
Host Arch
x86
Docker version
26.1.1What happened?
On local build of the testcontainer project with gradlew clean build -x test,
core module tests failed because spaces in the path of the jar file.
Relevant log output
Caused by: java.lang.RuntimeException: java.nio.file.NoSuchFileException: C:\Users\Krunoslav%20Magazin\projects\testcontainers-java\core\build\libs\testcontainers.jar
at org.testcontainers.AbstractJarFileTest.<clinit>(AbstractJarFileTest.java:21)Additional Information
Create a directory with space in the name. Inside the directory put testcontainers-java project and try to build it.
Reactions are currently unavailable