natpryce
03/13/2018, 7:34 AMgildor
03/13/2018, 8:54 AMnatpryce
03/13/2018, 9:52 AMgildor
03/13/2018, 9:53 AMnatpryce
03/13/2018, 9:55 AMgildor
03/13/2018, 9:58 AMWriting Gradle and debugging its performance problems is notis not a big problem if you know what to do, if it’s easy to write everything manually, why not
natpryce
03/13/2018, 9:59 AMgildor
03/13/2018, 10:01 AMparsing of its own configuration filesNo, of course not parsing. Gradle compiles all build scripts only once and cache them, I don’t think that this is your problem. Configuration should be pretty fast even for multimodule project with modern Gradle, but sometimes bad plugin or wrong configuration can broke it. Sometimes just run Gradle builds scan to find problem