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

Fix sbt test on java 11 #112

Merged
merged 1 commit into from
Jun 30, 2022
Merged

Fix sbt test on java 11 #112

merged 1 commit into from
Jun 30, 2022

Conversation

MasseGuillaume
Copy link
Member

@MasseGuillaume MasseGuillaume commented Jun 30, 2022

Files.createDirectories throws a FileAlreadyExistsException exception when running nativeInit cmake demo on the oneproject sbt-test.

Files.createDirectories throws a FileAlreadyExistsException exception
@pomadchin
Copy link
Member

pomadchin commented Jun 30, 2022

Thank you! I'm wondering how that works in CI.

@pomadchin pomadchin merged commit d605e5e into sbt:main Jun 30, 2022
@pomadchin
Copy link
Member

Do you need a release with this fix?

@MasseGuillaume
Copy link
Member Author

No rush, the workaround is to get the cmake template from https://github.com/sbt/sbt-jni/blob/main/plugin/src/main/resources/com/github/sbt/jni/templates/CMakeLists.txt

@MasseGuillaume MasseGuillaume deleted the java11 branch July 1, 2022 14:51
@pomadchin pomadchin added the fix label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants