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
Problem: When running a test with Gradle and trying to print to System.out or System.err nothing happens. How to make Gradle to display standard output?
Continue reading Gradle System.out err printGradle 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