remove submodule

This commit is contained in:
a10zn8
2022-11-22 17:20:15 +04:00
parent ad0c04af0b
commit e5ebd85c7e
3 changed files with 0 additions and 10 deletions

3
.gitmodules vendored
View File

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

View File

@@ -1,8 +1,2 @@
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.3') using project(':')
}
}