Refactor ivy resolver

add support for artifacts with type an classifier
use ibiblio resolver by default - it is designed for working with maven central
add test, but disable it - see comments for the reason and todos
This commit is contained in:
Ilya Chernikov
2019-03-18 18:02:44 +01:00
parent fc9a6dec7e
commit dd3ac74bd2
3 changed files with 60 additions and 27 deletions
@@ -0,0 +1,7 @@
@file:DependsOn("org.javamoney:moneta:1.3@pom")
import org.javamoney.moneta.spi.MoneyUtils
println("getBigDecimal(1L): " + MoneyUtils.getBigDecimal(1L))