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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -