Posts by Tag

Gradle

Gradle: Using JUnit 5

2 minute read

JUnit 5 is the newest release of the popular JUnit testing framework and offers a number of improvements over JUnit 4. We’ll cover many of those improvement...

Gradle: Adding the Gradle Wrapper

2 minute read

Previously we created a simple Java project using Gradle. This is a great first step, however it requires anyone (including our future selves!) to have a co...

Gradle: Starting Simple

1 minute read

Gradle is an “open-source build automation tool focused on flexibility and performance”, and is my personal goto build tool for Java software projects.

Back to Top ↑

Kotlin

Gradle: Using JUnit 5

2 minute read

JUnit 5 is the newest release of the popular JUnit testing framework and offers a number of improvements over JUnit 4. We’ll cover many of those improvement...

Gradle: Starting Simple

1 minute read

Gradle is an “open-source build automation tool focused on flexibility and performance”, and is my personal goto build tool for Java software projects.

Back to Top ↑

Junit 5

Gradle: Using JUnit 5

2 minute read

JUnit 5 is the newest release of the popular JUnit testing framework and offers a number of improvements over JUnit 4. We’ll cover many of those improvement...

Back to Top ↑