Gradle can't import the orm correctly because the version on mavenCentral is 1.0.2, but in the pom.xml it's 1.0.2-SNAPSHOT. If I only use 1.0.2 it won't work and if I use 1.0.2-SNAPSHOT in my build.gradle.kts then it can't find it on mavenCentral.
Please fix. (I fixed it locally for my project)
Gradle can't import the orm correctly because the version on mavenCentral is 1.0.2, but in the pom.xml it's 1.0.2-SNAPSHOT. If I only use 1.0.2 it won't work and if I use 1.0.2-SNAPSHOT in my build.gradle.kts then it can't find it on mavenCentral.
Please fix. (I fixed it locally for my project)