user352290
user352290

Reputation: 1288

Wild card loading of java library doesn't work

Wild card loading of java library doesn't work I published com.foo.content:bar-commons version 384 from 383 I expect 0.0.+ to pull the latest 384 library, but it doesn't unless I explicitly specify the version.

// implementation 'com.foo.content:bar-commons:0.0.383'
implementation 'com.foo.content:bar-commons:0.0.+'

Upvotes: 0

Views: 55

Answers (0)

Related Questions