Skip to content

pom buildVersion is incompatible with Gradle using mavenCentral #57

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

Open
xSehrMotiviert opened this issue Jul 15, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@xSehrMotiviert
Copy link

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)

@xSehrMotiviert xSehrMotiviert added the bug Something isn't working label Jul 15, 2024
@xSehrMotiviert
Copy link
Author

@JanHolger

@JulianFun123 wenn du Lust hast, kannst du das ja auch machen :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant