Skip to content

Commit d561a36

Browse files
committed
cleanup composite build
1 parent 83884f0 commit d561a36

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ android.useAndroidX=true
99
android.minSdk=30
1010
android.compileSdk=34
1111

12+
#something has always been off with how android test targets are treated, so we need to compile
13+
#test sources with jdk.version instead of what matches the actual Android SDK. has no impact on publishing
14+
android.raiseTestToJdkTarget=true
1215
#MPP
1316
kotlin.mpp.enableCInteropCommonization=true
1417
kotlin.mpp.stability.nowarn=true

settings.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ pluginManagement {
1717
}
1818

1919
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-
}
20+
includeBuild("signum")
2821
} else logger.lifecycle("Excluding Signum from this build")
2922

3023
rootProject.name = "vc-k"

0 commit comments

Comments
 (0)