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
Describe the bug
The revision version number specified in the pom.xml does not match the library version number. This leads to problems on resolving the dependency at least in a gradle build.
To Reproduce
Steps to reproduce the behavior:
Add jscep as a dependency to your gradle build by adding
implementation "com.google.code.jscep:jscep:+"
Build your application
Build should fail with
Could not resolve com.google.code.jscep:jscep:3.0.0.
> inconsistent module metadata found. Descriptor: com.google.code.jscep:jscep:2.5.7-SNAPSHOT Errors: bad version: expected='3.0.0' found='2.5.7-SNAPSHOT'
Expected behavior
The build should be able to resolve the dependency correctly and should not fail anymore.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Build System: Gradle 8.12.1
Additional context
The same issue applies also to the published version
2.5.8
2.5.7
The text was updated successfully, but these errors were encountered:
Describe the bug
The revision version number specified in the pom.xml does not match the library version number. This leads to problems on resolving the dependency at least in a gradle build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The build should be able to resolve the dependency correctly and should not fail anymore.
Screenshots
Desktop (please complete the following information):
Additional context
The same issue applies also to the published version
The text was updated successfully, but these errors were encountered: