Files
dshackle/settings.gradle
2022-09-22 10:56:49 +03: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(':')
}
}