JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
726 stars 104 forks source link

Importing JOML => 1.10.7 with Gradle still has Kotlin as a transitive dependency #352

Open tomwmth opened 2 months ago

tomwmth commented 2 months ago

349 resolved the issue only in the .pom but not in the .module.

When used for publishing, Gradle publishes a module file in addition to the POM. When resolving dependencies, Gradle will use a module file instead of the POM if one is available. As such, #349 is not resolved when using Gradle.

See: https://repo1.maven.org/maven2/org/joml/joml/1.10.8/joml-1.10.8.module

xEricL commented 3 weeks ago

Any updates on this? I'm also running into this issue.