Gradlew – how speed up building (green run)
This is my solution how to speed up building gradle processes without running it in console. There are two steps: 1. adding option to run parallel and offline 2. don't…
This is my solution how to speed up building gradle processes without running it in console. There are two steps: 1. adding option to run parallel and offline 2. don't…