RobWin / assertj-swagger

A Swagger assertj test library which compares a contract-first Swagger YAML/JSON file with a code-first Swagger JSON
Apache License 2.0
171 stars 44 forks source link

Not able to access 0.9.0 jar through gradle #54

Open shobero opened 5 years ago

shobero commented 5 years ago

Hi Team,

I am getting below error when trying to access 0.9.0 as in maven its with 0.9. Though i am able to access 0.8.1.

screen shot 2019-02-06 at 12 22 30 pm
kishaningithub commented 4 years ago

@RobWin This is not only a problem with gradle. The problem is the version is tagged as 0.9. instead of 0.9.0 . The last 0 is missing.

https://mvnrepository.com/artifact/io.github.robwin/assertj-swagger/0.9.

Can you kindly fix that ?

marcelstoer commented 4 years ago

You probably want to consider #41.