We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core
master
Yes
Windows
x86
26.1.1
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.
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)
Create a directory with space in the name. Inside the directory put testcontainers-java project and try to build it.
The text was updated successfully, but these errors were encountered:
#9026 merge request
Sorry, something went wrong.
Fixed by #9026
No branches or pull requests
Module
Core
Testcontainers version
master
Using the latest Testcontainers version?
Yes
Host OS
Windows
Host Arch
x86
Docker version
What 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
Additional Information
Create a directory with space in the name. Inside the directory put testcontainers-java project and try to build it.
The text was updated successfully, but these errors were encountered: