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
(note: continuation of #23 -- also note: branch is "main", not "master" like most Jackson repos)
Looks like improved Gradle metadata test is failing when merged to 3.0, with:
[ERROR] Failures:
[ERROR] GradleTest.testJacksonBomDependency:29->build:62 FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':checkMetadata'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find tools.jackson:jackson-bom:3.0.0-rc1-SNAPSHOT.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/tools/jackson/jackson-bom/3.0.0-rc1-SNAPSHOT/maven-metadata.xml
- https://oss.sonatype.org/content/repositories/snapshots/tools/jackson/jackson-bom/3.0.0-rc1-SNAPSHOT/jackson-bom-3.0.0-rc1-SNAPSHOT.pom
- https://repo.maven.apache.org/maven2/tools/jackson/jackson-bom/3.0.0-rc1-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/tools/jackson/jackson-bom/3.0.0-rc1-SNAPSHOT/jackson-bom-3.0.0-rc1-SNAPSHOT.pom
Required by:
project :
which I think is just because "new" Jackson (3.0) packages (under "tools.jackson.") get published to different Maven Central Nexus repo.
Main pom.xml has settings, so I think something similar is just needed for Gradle build file or settings.
The text was updated successfully, but these errors were encountered:
@jjohannes I was hoping you had an idea of what is happening here -- I suspect it's relatively simple config setting thing as I suggested above.
cowtowncoder
changed the title
Gradle integration test failing in master for Jackson 3.0.0-SNAPSHOT
Gradle integration test failing in main for Jackson 3.0.0-SNAPSHOT
Mar 1, 2025
(note: continuation of #23 -- also note: branch is "main", not "master" like most Jackson repos)
Looks like improved Gradle metadata test is failing when merged to 3.0, with:
which I think is just because "new" Jackson (3.0) packages (under "tools.jackson.") get published to different Maven Central Nexus repo.
Main
pom.xml
has settings, so I think something similar is just needed for Gradle build file or settings.The text was updated successfully, but these errors were encountered: