move emeral-java-api to submodule

This commit is contained in:
terminal
2022-08-12 15:20:45 +04:00
parent ded1ebcaa5
commit 3369eb35e2
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "emerald-java-client"]
path = emerald-java-client
url = git@github.com:p2p-org/emerald-java-client.git

1
emerald-java-client Submodule

Submodule emerald-java-client added at 934a7d0fd0

View File

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