Articles by Tag #gradle

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

One click dependencies fix

Photo by Maxim Hopman on Unsplash If you maintain a JVM1 or Android project, chances are you've...

Learn More 35 0Oct 8 '24

Gradle 8.11: Faster Configuration Cache and Improved Configuration Time

As modularization becomes increasingly common in Android projects, it increases the number of...

Learn More 22 0Nov 17 '24

Announcing Dependency Analysis Gradle Plugin 2.0.0!

Cover photo by Sandie Clarke on Unsplash The Dependency Analysis Plugin v2.0.0 has just been...

Learn More 18 1Aug 27 '24

Gradle 101: How This Tool Builds Your Android App Behind the Scenes

Ever wondered what happens when you click "Run" in Android Studio? How does your raw code magically...

Learn More 16 0Mar 11

"The Strawberry in the Cake" - Challenges of Libraries and Dependency Management

Imagine a beautiful cake topped with a fresh, juicy strawberry. The strawberry adds the perfect touch...

Learn More 12 0Jan 24

This is why we can't have nice things: When POM files lie

Photo by Marco Bicca on Unsplash. I really hope there's a light at the end of this sewer. Sorry, my...

Learn More 9 0Feb 7

ACAB: Fire the (code style) cop in your head

Photo by Karsten Winegeart on Unsplash Let's get something out of the way right at the start: I hate...

Learn More 8 2Sep 29 '24

Resource observability case study: jemalloc in Android builds

As build engineers, one of our biggest concerns is running out of memory during our Gradle builds....

Learn More 6 0Aug 20 '24

Telltale: Automating Experimentation in Gradle Builds

In this article, I introduce the latest iteration of Telltale, a framework designed to automate...

Learn More 5 0Sep 28 '24

Simple way to store secrets in Android Project.

Very often, we should store secrets that we need to build android application. One of the most common...

Learn More 4 0Aug 13 '24

Gradle Commands Cheat Sheet

Basic Commands 1. gradle tasks List all available tasks. gradle tasks 2. gradle...

Learn More 4 0Jul 20 '24

Breaking the build 😝 : Demystifying Gradle

As an Android developer, I've always been deep into coding and app design, but kind of skimmed over...

Learn More 3 0Oct 30 '24

Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture)

Automating Database Migrations in Java with Flyway Database migrations are a crucial...

Learn More 3 0Jan 18

Gradle extensions part 2: Now with shenanigans

Photo by Karsten Würth on Unsplash Welcome to the spiritual successor to Gradle plugins and...

Learn More 3 0Dec 11 '24

Minecraft Modpack Development Update: Beta Test and Musical Additions

Hello everyone! I'm excited to share the latest progress on my Minecraft modpack. Here's a breakdown...

Learn More 2 2Sep 18 '24

Wednesday Links - Edition 2024-11-27

Bootiful Spring Boot 3.4: Spring Framework (4...

Learn More 2 0Nov 26 '24

JeKa: The Simplest Way to Create Uber and Shade Jars

Edited 2025-10-15: Fix the Maven pom.xml sample. JeKa is a modern Java build tool focused on...

Learn More 2 2Jan 2

Balancing Memory Heap and Performance in Gradle Builds

In this post, we analyze the impact of different memory heap configurations on the performance of a...

Learn More 2 0Mar 21

Important Notes on JUnit 5.12.0+ in Gradle

TL;DR When upgrading to JUnit 5.12.0 or later, be sure to...

Learn More 1 0Mar 15

Understanding (a bit of) the Gradle Kotlin DSL

Ever since I started learning Kotlin I have been intrigued by what is going on behind the scenes in...

Learn More 1 0Jan 12

Developing a Custom Gradle Plugin for Formatting and Static Analysis

In our previous blogs, we explored how to integrate code formatting with ktfmt and static analysis...

Learn More 1 0Jul 31 '24

Automação de Testes com Kotlin, JUnit e Gradle

Sumário 1. Introdução 2. Tecnologias e Ferramentas 3. Instalando o JDK e o Gradle     3.1....

Learn More 1 0Mar 19

Implementation of jaxb-api has not been found on module path or classpath. Error Solution

When working with Java applications that utilize Java Architecture for XML Binding (JAXB), you might...

Learn More 1 0Jan 20

How store signing keystore.

Today, I want to share with you how you can store the key for signing your android application. It is...

Learn More 1 0Aug 14 '24

Wednesday Links - Edition 2024-07-24

JDK 23 G1/Parallel/Serial GC changes (5...

Learn More 1 0Jul 24 '24

Maven vs Gradle: Comprehensive Comparison

Introduction Maven and Gradle are two of the most popular build automation tools used in Java-based...

Learn More 1 0Mar 10

JetBrains IDE Plugin Development: Migrating from Gradle IntelliJ Plugin to IntelliJ Platform Gradle Plugin

The title of this article is not more confusing than suddenly upgrading your IntelliJ IDEA version...

Learn More 1 0Jan 28

Build & Package Manager tools in DevOps

Introduction to Build & Package Manager Tools: What are built and package manager...

Learn More 1 0Mar 10

zsh: command not found: gradlew

Use ./gradlew instead of gradlew to tell IDEA that gradle is in the current path

Learn More 0 0Feb 13

Fix gradle build failed with unknown error. see logs for the run gradlew in expo

This is common issue among react native developer . Reasons of this Node Package mismatch (95% of...

Learn More 0 0Feb 25