PokeAPI / pokekotlin

Kotlin (or Java, Scala, etc) client for PokeApi
Apache License 2.0
172 stars 43 forks source link

Missing Model Version #49

Closed SteveCookTU closed 8 years ago

SteveCookTU commented 8 years ago

When trying to clean and package my own programs, it says the POM is invalid. After enabling debugging, it says the model version is missing.

<modelVersion>4.0.0</modelVersion>

sargunv commented 8 years ago

What are you using to build your project? Is there a repo I can clone to try it out?

This might be a bug in Kobalt, the build tool I'm using. Will follow up with its developer.

sargunv commented 8 years ago

Kobalt has been updated. Will push a new version built with the new Kobalt tonight.

sargunv commented 8 years ago

Just released 2.2.4 with the fix.

SteveCookTU commented 8 years ago

Perfect! Thank you :)