JavaWebStack / JavaWebStack/orm

pom buildVersion is incompatible with Gradle using mavenCentral

未关闭
#57 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Java
星标
7
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

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)

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 pom.xml 开始,将其已发布的版本与 Maven Central 上的 1.0.2 artifact 以及 build.gradle.kts 中的依赖表示法进行比较。验证项目元数据是否一致,以便 Gradle 可以使用已发布的版本从 Maven Central 解析 ORM。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
build-system
Issue 类型
缺陷
难度
2/5
预计耗时
1-3 小时
活跃度
停滞
描述清晰度
描述清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。