-
Gradle JaCoCo Incompatible version 1006
A Gradle build + JaCoCo coverage report.
Date: 2019-08-17 View: 2260
-
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: 2230
-
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: 2446
-
Gradle Exclude commons-logging from Spring
Gradle example to exclude commons-logging from Spring frameworks.
Date: 2019-08-17 View: 2955
-
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: 2224
-
Gradle Display test results in Console
By default, the test result will not display in the console.
Date: 2019-08-17 View: 2333
-
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: 2466
-
Java Mutable and Immutable Objects
This article shows you the difference between Mutable and Immutable objects in Java
Date: 2019-08-17 View: 1537
-
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: 1415
-
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: 1811
-
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: 2757
-
Java 8 StringJoiner example
In this article, we will show you a few StringJoiner examples to join String.
Date: 2019-08-17 View: 2255
-
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: 1550
-
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: 2928
-
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: 2039