DEV Community

# gradle

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Escaping a transitive dependency nightmare with some help from Gradle

Escaping a transitive dependency nightmare with some help from Gradle

6
Comments 2
4 min read
A simple Gradle build with example on Ubuntu

A simple Gradle build with example on Ubuntu

2
Comments
2 min read
A Bit of Gradle Housekeeping

A Bit of Gradle Housekeeping

12
Comments
4 min read
How to properly ignore Junit 4 in Gradle and Maven

How to properly ignore Junit 4 in Gradle and Maven

3
Comments
2 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
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
How Flutter does conditional compilation

How Flutter does conditional compilation

6
Comments 2
4 min read
A problem was found with the configuration of the Gradle 7 task

A problem was found with the configuration of the Gradle 7 task

6
Comments
3 min read
Migration from JCenter to Maven Central

Migration from JCenter to Maven Central

8
Comments
10 min read
Gradle precompiled script with kotlin("jvm")

Gradle precompiled script with kotlin("jvm")

7
Comments 1
1 min read
Android - GraphQL code generation

Android - GraphQL code generation

3
Comments
3 min read
Gson and R8 force final object to be null at runtime

Gson and R8 force final object to be null at runtime

6
Comments 1
1 min read
How to publish a Micronaut project using Gradle

How to publish a Micronaut project using Gradle

4
Comments
3 min read
Integrando Gradle + Jacoco + SonarQube

Integrando Gradle + Jacoco + SonarQube

5
Comments
4 min read
Wednesday Links - Edition 2021-03-31

Wednesday Links - Edition 2021-03-31

4
Comments
1 min read
Wednesday Links - Edition 2021-03-31

Wednesday Links - Edition 2021-03-31

2
Comments
1 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
Quick guide to safelisting repository artifacts in Gradle

Quick guide to safelisting repository artifacts in Gradle

9
Comments
3 min read
How to Build Desktop Barcode Scanner in Java and Kotlin

How to Build Desktop Barcode Scanner in Java and Kotlin

5
Comments
4 min read
Gradle Build Cache Node Replication in Android

Gradle Build Cache Node Replication in Android

8
Comments 2
8 min read
Tip: How to avoid duplicating Gradle codes in Multi Android modules

Tip: How to avoid duplicating Gradle codes in Multi Android modules

5
Comments
1 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
Happy 1st Birthday to Sonatype Gradle Scan Plugin - Enter Sherlock Trunks!

Happy 1st Birthday to Sonatype Gradle Scan Plugin - Enter Sherlock Trunks!

2
Comments 1
2 min read
Solve the problems with dependencies in Java

Solve the problems with dependencies in Java

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

A crash course in classpaths: Build

29
Comments 1
8 min read
Spring Boot CRUD Application Example with MongoDB

Spring Boot CRUD Application Example with MongoDB

23
Comments
5 min read
Build, compile, run: A crash course in classpaths

Build, compile, run: A crash course in classpaths

81
Comments 7
7 min read
Wednesday Links - Edition 2021-01-13

Wednesday Links - Edition 2021-01-13

2
Comments
1 min read
Publishing an obfuscated kotlin library

Publishing an obfuscated kotlin library

14
Comments
6 min read
Matt's Tidbits #86 - Debugging Gradle files

Matt's Tidbits #86 - Debugging Gradle files

2
Comments
3 min read
Wednesday Links - Edition 2020-12-16 ☃️

Wednesday Links - Edition 2020-12-16 ☃️

2
Comments
1 min read
Spring Boot Custom Components

Spring Boot Custom Components

8
Comments
8 min read
Gradle plugin to deeply hide secrets keys on Android

Gradle plugin to deeply hide secrets keys on Android

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

Android's strings.xml: Deprecated!

20
Comments 4
4 min read
The Right Way of Using Gradle Dynamic Dependencies

The Right Way of Using Gradle Dynamic Dependencies

7
Comments
5 min read
Wednesday Links - Edition 2020-09-23

Wednesday Links - Edition 2020-09-23

2
Comments
1 min read
Embracing Developer Productivity Engineering in Android [Video Series]

Embracing Developer Productivity Engineering in Android [Video Series]

3
Comments
2 min read
Keep your Gradle Wrapper up-to-date! 🤖

Keep your Gradle Wrapper up-to-date! 🤖

7
Comments
1 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
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
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
Dependency Analysis Gradle Plugin: What's an ABI?

Dependency Analysis Gradle Plugin: What's an ABI?

19
Comments
5 min read
Gradle daemon with multi module Spring project

Gradle daemon with multi module Spring project

3
Comments
2 min read
Benchmarking builds with Gradle-Profiler

Benchmarking builds with Gradle-Profiler

17
Comments
7 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
Debugging gradle plugins

Debugging gradle plugins

8
Comments
1 min read
Publish Kotlin multiplaform maven repo

Publish Kotlin multiplaform maven repo

7
Comments
5 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
The proper care and feeding of your Gradle build

The proper care and feeding of your Gradle build

47
Comments 5
9 min read
Speed up your Gitlab pipelines to Heroku

Speed up your Gitlab pipelines to Heroku

1
Comments
6 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
How to generate an aggregated code coverage report for all Gradle subprojects

How to generate an aggregated code coverage report for all Gradle subprojects

5
Comments 1
1 min read
How to generate an aggregated test report for all Gradle subprojects

How to generate an aggregated test report for all Gradle subprojects

5
Comments 1
1 min read
Generating HTML reports for your tests via Gradle

Generating HTML reports for your tests via Gradle

6
Comments
6 min read
How to run Spring Boot with a dev profile and Gradle

How to run Spring Boot with a dev profile and Gradle

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

How to setup jOOQ with Flyway and Gradle

9
Comments 7
5 min read
Building Java Projects with Gradle

Building Java Projects with Gradle

17
Comments
9 min read
fixing a (transitive) dependency mess with gradle

fixing a (transitive) dependency mess with gradle

7
Comments
7 min read
Multi-module Multi-feature gradle project

Multi-module Multi-feature gradle project

6
Comments
4 min read
Generating OpenAPI clients for FastAPI via Gradle

Generating OpenAPI clients for FastAPI via Gradle

7
Comments
3 min read
loading...