You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: