DEV Community

# gradle

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Reusing Gradle modules in several applications

Reusing Gradle modules in several applications

95
Comments 3
6 min read
Speed Up Your Android Project's Gradle Builds!

Speed Up Your Android Project's Gradle Builds!

87
Comments 6
8 min read
Build, compile, run: A crash course in classpaths

Build, compile, run: A crash course in classpaths

81
Comments 7
7 min read
Tools of the build trade: The making of a tiny Kotlin app

Tools of the build trade: The making of a tiny Kotlin app

51
Comments 2
11 min read
Gradle plugins and extensions: A primer for the bemused

Gradle plugins and extensions: A primer for the bemused

47
Comments 9
11 min read
The proper care and feeding of your Gradle build

The proper care and feeding of your Gradle build

47
Comments 5
9 min read
Learning in public: Lessons from open source

Learning in public: Lessons from open source

45
Comments 2
6 min read
How to get started with Gradle

How to get started with Gradle

45
Comments 4
8 min read
My final take on Gradle (vs. Maven)

My final take on Gradle (vs. Maven)

41
Comments 15
8 min read
Publishing an Android library to GitHub packages

Publishing an Android library to GitHub packages

36
Comments
5 min read
A crash course in classpaths: Build

A crash course in classpaths: Build

29
Comments 1
8 min read
How to setup Android projects

How to setup Android projects

27
Comments 1
6 min read
Easy modularity: Keeping your Gradle build scripts clean and eliminating duplication in your multi-module projects

Easy modularity: Keeping your Gradle build scripts clean and eliminating duplication in your multi-module projects

27
Comments 1
5 min read
Gradle: from Newbie to Strong fundamentals

Gradle: from Newbie to Strong fundamentals

26
Comments 6
10 min read
Finding the Right Balance in Gradle Dependency Strategy

Finding the Right Balance in Gradle Dependency Strategy

24
Comments 2
11 min read
Publishing your artifacts to the Reposilite - a new self-hosted repository manager

Publishing your artifacts to the Reposilite - a new self-hosted repository manager

24
Comments 5
3 min read
Gradle all the way down: Testing your Gradle plugin with Gradle TestKit

Gradle all the way down: Testing your Gradle plugin with Gradle TestKit

23
Comments
12 min read
Defensive development: Gradle plugin development for busy engineers

Defensive development: Gradle plugin development for busy engineers

23
Comments
12 min read
Spring Boot CRUD Application Example with MongoDB

Spring Boot CRUD Application Example with MongoDB

23
Comments
5 min read
Dependency Analysis Gradle Plugin: Using bytecode analysis to find unused dependencies

Dependency Analysis Gradle Plugin: Using bytecode analysis to find unused dependencies

22
Comments 1
7 min read
Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

21
Comments 2
6 min read
Android's strings.xml: Deprecated!

Android's strings.xml: Deprecated!

20
Comments 4
4 min read
Writing Gradle Plugins for Android; or, Donald Trump is a Huge Tool

Writing Gradle Plugins for Android; or, Donald Trump is a Huge Tool

20
Comments 3
11 min read
Dependency Analysis Gradle Plugin: What's an ABI?

Dependency Analysis Gradle Plugin: What's an ABI?

19
Comments
5 min read
Git-based Android App Versioning with AGP 4.0

Git-based Android App Versioning with AGP 4.0

18
Comments 1
9 min read
Use the Gradle build-scan!

Use the Gradle build-scan!

18
Comments 2
4 min read
Groovy 101: How To Create Custom Gradle Tasks In Android Studio

Groovy 101: How To Create Custom Gradle Tasks In Android Studio

17
Comments 2
3 min read
Building Java Projects with Gradle

Building Java Projects with Gradle

17
Comments
9 min read
Benchmarking builds with Gradle-Profiler

Benchmarking builds with Gradle-Profiler

17
Comments
7 min read
Herding elephants: Wrangling a 3,500-module Gradle project

Herding elephants: Wrangling a 3,500-module Gradle project

16
Comments 1
10 min read
Is your Kotlin compiler slow? Here's a potential fix

Is your Kotlin compiler slow? Here's a potential fix

16
Comments 3
4 min read
Best ways to organise your Android Dependencies

Best ways to organise your Android Dependencies

15
Comments 5
4 min read
Fix React Native Android builds "Duplicate class kotlin.collections.* found in modules jetified-kotlin-stdlib-1.8.0"

Fix React Native Android builds "Duplicate class kotlin.collections.* found in modules jetified-kotlin-stdlib-1.8.0"

15
Comments 23
4 min read
Reducing my Gradle plugin's impact on configuration time: A journey

Reducing my Gradle plugin's impact on configuration time: A journey

14
Comments 3
6 min read
Publishing an obfuscated kotlin library

Publishing an obfuscated kotlin library

14
Comments
6 min read
Tony's rules for Gradle plugin authors

Tony's rules for Gradle plugin authors

14
Comments 6
4 min read
Time for secure dependencies? Private Maven repository for Java, Kotlin, Scala

Time for secure dependencies? Private Maven repository for Java, Kotlin, Scala

14
Comments
5 min read
How to manage dependencies between Gradle modules?

How to manage dependencies between Gradle modules?

13
Comments
2 min read
How to fix all build errors in react native(Android specific).

How to fix all build errors in react native(Android specific).

13
Comments
7 min read
No-bullshit guide on publishing your Gradle projects to Maven Central

No-bullshit guide on publishing your Gradle projects to Maven Central

13
Comments 2
9 min read
Abusing Gradle's class loader hierarchy for fun and profit

Abusing Gradle's class loader hierarchy for fun and profit

13
Comments 3
5 min read
Kradle 9.0: Revolutionizing the JVM Ecosystem with Kotlin at its Core!

Kradle 9.0: Revolutionizing the JVM Ecosystem with Kotlin at its Core!

13
Comments 3
3 min read
Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

Going Swiftly: Using a Swift-only libraries in your Kotlin Multiplatform App

13
Comments 4
5 min read
Nihilism and the anti-corruption layer

Nihilism and the anti-corruption layer

12
Comments
8 min read
A Bit of Gradle Housekeeping

A Bit of Gradle Housekeeping

12
Comments
4 min read
Why I prefer Maven over Gradle

Why I prefer Maven over Gradle

11
Comments 8
8 min read
KSP Gradle setup & Processor's first log: Part 2

KSP Gradle setup & Processor's first log: Part 2

11
Comments 1
3 min read
Configuration roles and the blogging-industrial complex

Configuration roles and the blogging-industrial complex

10
Comments
7 min read
Rise of the DPE (Developer Productivity Engineer)

Rise of the DPE (Developer Productivity Engineer)

10
Comments
2 min read
Git pre-hook: Setup pre-commit hook for Gradle project example

Git pre-hook: Setup pre-commit hook for Gradle project example

10
Comments
3 min read
Building a Kotlin library with Gradle

Building a Kotlin library with Gradle

10
Comments
4 min read
AspectJ + Gradle - Retry Java Method on exception

AspectJ + Gradle - Retry Java Method on exception

10
Comments 1
6 min read
12 Quick Tips From the Gradle Enterprise Workshop

12 Quick Tips From the Gradle Enterprise Workshop

9
Comments 1
2 min read
Quick guide to safelisting repository artifacts in Gradle

Quick guide to safelisting repository artifacts in Gradle

9
Comments
3 min read
Measuring JDK updates for local builds in Android projects

Measuring JDK updates for local builds in Android projects

9
Comments
4 min read
How to setup jOOQ with Flyway and Gradle

How to setup jOOQ with Flyway and Gradle

9
Comments 7
5 min read
How to analyse all your Android Gradle build times from your computer

How to analyse all your Android Gradle build times from your computer

9
Comments
3 min read
A glimpse of K2 in nowinandroid

A glimpse of K2 in nowinandroid

9
Comments
5 min read
Creating Private Maven/Gradle Repository

Creating Private Maven/Gradle Repository

9
Comments 2
5 min read
Run Android modularized builds selectively on GitHub Actions

Run Android modularized builds selectively on GitHub Actions

9
Comments 1
7 min read
loading...