Gradle
-
Enterprise Java
Generate Java Classes From Avro Schemas Using Gradle
In this tutorial, we’ll learn how to generate Java classes from an Apache Avro schema.First, we’ll familiarize ourselves with two…
Read More » -
Core Java
Maven and Gradle: A Side-by-Side Comparison
In the realm of Java development, build tools play a crucial role in automating the process of building, testing, and…
Read More » -
Java
Intro to Gradle Lint Plugin
Overview Maintaining clean, efficient, and maintainable build scripts is essential for any project that uses Gradle. The Java Gradle Lint…
Read More » -
Enterprise Java
Release a Gradle Project Using GitLab CI/CD Pipeline
I’ll show you how to configure Gradle build for a Java/Scala project and integrate it with GitLab CI/CD so that…
Read More » -
Enterprise Java
Cloud Build and Gradle/Maven Caching
One of the pain points in all the development projects that I have worked on has been setting up/getting an…
Read More » -
Android Core
Avoid Gradle Duplication in Multi-Module Android
When you have an Android project with many modules, you may find a lot of the gradle configuration being duplicated…
Read More » -
Enterprise Java
PIT, JUnit 5 and Gradle – with just one extra line of configuration
Discover dead simple, improved PIT and JUnit 5 configuration in Gradle (with gradle-pitest-plugin 1.4.7+). JUnit 5 is undeniably more and…
Read More » -
Enterprise Java
Migrating Spock 1.3 tests to Spock 2.0
Get know what you can expect from Spock 2.0 M1 (based on JUnit 5), how to migrate to it in…
Read More » -
Android Core
Publishing your Android Library to Bintray (Gradle)
In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll…
Read More »