Skip to content
New issue

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

MavenPublishPluginPlatformTest does not pass on Windows #719

Open
sschuberth opened this issue Jan 31, 2024 · 0 comments
Open

MavenPublishPluginPlatformTest does not pass on Windows #719

sschuberth opened this issue Jan 31, 2024 · 0 comments
Labels

Comments

@sschuberth
Copy link
Contributor

sschuberth commented Jan 31, 2024

There are multiple issues. E.g.

  • something does not seem to properly close the files written to the local repository:

    Suppressed: java.nio.file.FileSystemException: C:\Users\SEBAST~1\AppData\Local\Temp\junit400498029000534319\repo\com\example\test-artifact\1.0.0\test-artifact-1.0.0-sources.jar: The process cannot access the file because it is being used by another process

  • compilation fails with

    WindowsRegistry is not supported on this operating system.

    which is very weird, as I am running on Windows, so registry access (probably to find the Java toolchain) should work. Also WindowsRegistry is not supported on this operating system. gradle/native-platform#274 does not really give much of a clue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants