We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83884f0 commit 200ad03Copy full SHA for 200ad03
1 file changed
settings.gradle.kts
@@ -17,14 +17,7 @@ pluginManagement {
17
}
18
19
if (System.getProperty("publishing.excludeIncludedBuilds") != "true") {
20
- includeBuild("signum") {
21
- dependencySubstitution {
22
- substitute(module("at.asitplus.signum:indispensable")).using(project(":indispensable"))
23
- substitute(module("at.asitplus.signum:indispensable-josef")).using(project(":indispensable-josef"))
24
- substitute(module("at.asitplus.signum:indispensable-cosef")).using(project(":indispensable-cosef"))
25
- substitute(module("at.asitplus.signum:supreme")).using(project(":supreme"))
26
- }
27
+ includeBuild("signum")
28
} else logger.lifecycle("Excluding Signum from this build")
29
30
rootProject.name = "vc-k"
0 commit comments