don't validateBeforePublish for generateForScala

and deactivate some other tasks which are not needed
This commit is contained in:
Robert Stoll
2020-08-03 14:23:00 +02:00
committed by Robert Stoll
parent 43cacaee88
commit 2f1b3ee4ce

View File

@@ -521,7 +521,7 @@ task publishForScala(description: 'fast publish to maven local for scala project
gradle.taskGraph.whenReady { graph ->
if (graph.hasTask(':publishForScala')) {
['test', 'dokka', 'signTutteliPublication'].forEach {
['test', 'dokka', 'signTutteliPublication', 'validateBeforePublish', 'javadocJar', 'sourcesJar'].forEach {
getSubprojectTasks(it).forEach { it.enabled = false }
}
}