-
Gradle JaCoCo Incompatible version 1006
A Gradle build + JaCoCo coverage report.
Date: 2019-08-17 View: 2082
-
How to use Gradle Wrapper
In this tutorial, we will show you how to create Gradle wrapper for your project and how to use it.
Date: 2019-08-17 View: 2010
-
Jenkins Could not find GradleWrapperMain
Create a Gradle project in Jenkins CI, source management with Git, and build with Gradle Wrapper
Date: 2019-08-17 View: 2232
-
Gradle Exclude commons-logging from Spring
Gradle example to exclude commons-logging from Spring frameworks.
Date: 2019-08-17 View: 2719
-
Java How to print an Array
In this article, we will show you a few ways to print a Java Array.
Date: 2019-08-17 View: 2012
-
Gradle Display test results in Console
By default, the test result will not display in the console.
Date: 2019-08-17 View: 2110
-
Gradle How to continue build if test is failed
By default, the Gradle build process will be stopped and failed if any unit test is failed.
Date: 2019-08-17 View: 2279
-
Java Mutable and Immutable Objects
This article shows you the difference between Mutable and Immutable objects in Java
Date: 2019-08-17 View: 1343
-
Debian Show apt-get package version
On Debian, you can use apt-cache policy 'package name' to check the package version.
Date: 2019-08-17 View: 1260
-
Gradle How to exclude some tests
In this tutorial, we will show you a few examples to exclude some tests in Gradle. Review the following two unit test classes
Date: 2019-08-17 View: 1616
-
Java How to join Arrays
In this article, we will show you a few ways to join a Java Array.
Date: 2019-08-17 View: 2533
-
Java 8 StringJoiner example
In this article, we will show you a few StringJoiner examples to join String.
Date: 2019-08-17 View: 2015
-
Python How to join two list
In Python, you can simply join two list with a plus + symbol like this:
Date: 2019-08-17 View: 1399
-
Java 8 Streams filter examples
In this tutorial, we will show you few Java 8 examples to demonstrate the use of Streams filter(), collect(), findAny() and orElse()
Date: 2019-08-17 View: 2642
-
Logback Disable logging in Unit Test
While the unit test is running in the IDE, the Logback is showing a lot of configuration or status like this :
Date: 2019-08-17 View: 1875