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.+'