I have a dependency using ivy which the jar file is upper case. For example,
dependencies {
compile 'foo:foo:1.0.0'
}
The jar file is really Foo-1.0.0.jar, which is out of my control. How do I get gradle to ignore the case?
Thanks, Jay
I have a dependency using ivy which the jar file is upper case. For example,
dependencies {
compile 'foo:foo:1.0.0'
}
The jar file is really Foo-1.0.0.jar, which is out of my control. How do I get gradle to ignore the case?
Thanks, Jay