Join Slack
Powered by
I'm not familiar with how pom.xml works, but from ...
# kobalt
s
sargunv
03/14/2016, 6:57 PM
I'm not familiar with how pom.xml works, but from browsing the Retrofit repo I can see that they specify some versions in some properties in the pom.xml two levels up. Here's the file you linked:
https://github.com/square/retrofit/blob/master/retrofit-converters/moshi/pom.xml
and here's the parent of its parent:
https://github.com/square/retrofit/blob/master/pom.xml
which has elements like
<moshi.version>1.1.0</moshi.version>
. Does Gradle somehow resolve those properties or does it just grab the latest non-snapshot version like you do now?
Open in Slack
Previous
Next