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:
@@ -0,0 +1,7 @@
|
||||
|
||||
@file:DependsOn("org.javamoney:moneta:1.3@pom")
|
||||
|
||||
import org.javamoney.moneta.spi.MoneyUtils
|
||||
|
||||
println("getBigDecimal(1L): " + MoneyUtils.getBigDecimal(1L))
|
||||
|
||||
Reference in New Issue
Block a user