mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
don't validateBeforePublish for generateForScala
and deactivate some other tasks which are not needed
This commit is contained in:
committed by
Robert Stoll
parent
43cacaee88
commit
2f1b3ee4ce
@@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user