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

Using JOML without Kotlin #349

Closed
Martomate opened this issue Jul 12, 2024 · 3 comments
Closed

Using JOML without Kotlin #349

Martomate opened this issue Jul 12, 2024 · 3 comments
Labels

Comments

@Martomate
Copy link

The latest version (1.10.6) has a dependency on the Kotlin standard library. This can be seen here: https://mvnrepository.com/artifact/org.joml/joml/1.10.6
https://repo1.maven.org/maven2/org/joml/joml/1.10.6/joml-1.10.6.pom

Is that an intentional change or is there some way to use JOML without it?

@httpdigest
Copy link
Member

Sorry about that. This is by accident. For the new version 1.10.6 I changed the build process from Maven to Gradle, and wasn't paying close attention to the effective pom.xml that the Gradle build/publish generates.
I will look into this and publish a new version without this dependency.

@httpdigest
Copy link
Member

New version 1.10.7 with no changes other than removal of the compile-time dependency on the Kotlin Stdlib Jar is published to Maven Central and should be available in the next few hours.

@Martomate
Copy link
Author

Thank you for the quick response! I can confirm that it works as expected now.

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