How to run specific tasks parallel in Gradle -
i have issues plugins not working when running gradle --parallel
switch. still, love run @ least compilation , unit tests in parallel. there way accomplish this?
there no way specify specific tasks can executed in parallel.
in gradle build hit issues uploadarchives tasks not working --parallel
. @ https://github.com/gradle/gradle/blob/master/gradle/fix-gradle-2492.gradle can see how fixed using locks.
Comments
Post a Comment