Hello Guys,
I am new to Gradle. Involved in migration from Maven 3 to Gradle.
Got stuck up with few things. Please help me out on this???
- “providedCompile” - is it not supported in the Gradle???
- If I try to exclude few modules while doing compile “…” { exclude module(:…)}, its giving error. If I remove the exclude part its working fine…
- How will I include the vast set of Maven plugins in Gradle… Its saying not found for many plugins…
I have a root folder which has 6 subpojects as subfolders and root folder does not have src folder.
I understand that compile time is greatly reduced in Gradle.
How will I include these subprojects info so as to reduce the compile time???
Please oblige.