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.
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