Enable genSources for subprojects (might break things, might not)
ci/woodpecker/push/pages Pipeline was successful Details
ci/woodpecker/push/gradle Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-03-14 10:03:17 +01:00
parent 24590330ac
commit 26d9edf6a1
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 0 additions and 7 deletions

View File

@ -94,13 +94,6 @@ subprojects {
if (name !in devOnlyModules) include(project)
}
afterEvaluate {
tasks.genClientOnlySources { enabled = false }
tasks.genCommonSources { enabled = false }
tasks.unpickClientOnlyJar { enabled = false }
tasks.unpickCommonJar { enabled = false }
}
}
val moveArtifacts by tasks.registering(Copy::class) {