When Gradle is building a project then by default it will fail when any of build tasks fails. But sometimes we may want Gradle to continue build even with failed tests.
Continue reading Gradle continue build even with failed testsGradle
Gradle
Gradle is using default Java version when compiling source code and producing bytecode. How to tell Gradle version of Java source code and expected version of bytecode?
Continue reading Gradle Java versionIn this article we’ll show how to install Gradle and do basic Gradle setup to have working configuration for projects!
Continue reading Gradle install and setup