JavaWebStack / JavaWebStack/orm
pom buildVersion is incompatible with Gradle using mavenCentral
- Dominant language
- Java
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with pom.xml and compare its published version with the 1.0.2 artifact on Maven Central and the dependency notation in build.gradle.kts. Verify the project metadata is consistent so Gradle can resolve the ORM from Maven Central using the published version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100