Files
dshackle/settings.gradle
2022-08-12 15:20:45 +04:00

8 lines
256 B
Groovy

enableFeaturePreview("VERSION_CATALOGS")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
includeBuild('./emerald-java-client') {
dependencySubstitution {
substitute module('io.emeraldpay:emerald-api:0.12-alpha.1') using project(':')
}
}