DORSETRIGS
Home

gradle-plugin (18 post)


posts by category not found!

Unable to import ShadowJar plugin for Gradle in Intellij

Gradles Shadow Jar Solving the Import Puzzle in Intelli J The Problem Many developers using Intelli J IDEA encounter the frustrating issue of being unable to im

2 min read 06-10-2024 45
Unable to import ShadowJar plugin for Gradle in Intellij
Unable to import ShadowJar plugin for Gradle in Intellij

Gradle Multi-Project Build with JaCoCo Code Coverage fails when using Spring Boot

Gradle Multi Project Builds and Ja Co Co A Tale of Spring Boot Frustration and Solutions Problem You re working on a multi project Spring Boot application using

3 min read 06-10-2024 45
Gradle Multi-Project Build with JaCoCo Code Coverage fails when using Spring Boot
Gradle Multi-Project Build with JaCoCo Code Coverage fails when using Spring Boot

Spring Boot gradle build bootBuildImage. How to exclude test properties from image

Building Docker Images with Spring Boot Excluding Test Properties in boot Build Image Building containerized applications with Spring Boot is a common practice

2 min read 05-10-2024 52
Spring Boot gradle build bootBuildImage. How to exclude test properties from image
Spring Boot gradle build bootBuildImage. How to exclude test properties from image

Error compiling liferay workspace using gradle

Gradle Build Woes Conquering Liferay Workspace Compilation Errors Have you encountered the dreaded Error compiling Liferay workspace using Gradle You re not alo

2 min read 05-10-2024 50
Error compiling liferay workspace using gradle
Error compiling liferay workspace using gradle

I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher."

The Android Gradle plugin supports only Kotlin Gradle plugin version 1 5 20 and higher A Simple Fix for a Frustrating Error Are you facing the dreaded The Andro

2 min read 05-10-2024 39
I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher."
I keep getting this error "The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher."

Transform classes with Gradle API's TransformAction

Transforming Classes with Gradle APIs Transform Action In modern software development build automation is crucial for enhancing productivity and ensuring consis

3 min read 26-09-2024 68
Transform classes with Gradle API's TransformAction
Transform classes with Gradle API's TransformAction

bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library

Resolving the boot Jar Task Failure with Gradle 8 5 and Spring Boot 3 3 0 In a recent development scenario many users encountered issues when attempting to run

2 min read 26-09-2024 66
bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library
bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library

Gradle extension as NamedDomainObjectContainer of Closure

Gradle Extensions Dynamic Configuration with Named Domain Object Container and Closures Gradle extensions offer a powerful way to customize build configurations

2 min read 06-09-2024 52
Gradle extension as NamedDomainObjectContainer of Closure
Gradle extension as NamedDomainObjectContainer of Closure

Gradle Sync Issue Kotlin after Android 3.1 Stable Update

Gradle Sync Issues with Kotlin After Android Studio 3 1 Stable Update Troubleshooting and Solutions After updating to Android Studio 3 1 Stable you might encoun

2 min read 05-09-2024 58
Gradle Sync Issue Kotlin after Android 3.1 Stable Update
Gradle Sync Issue Kotlin after Android 3.1 Stable Update

Nested configuration for Gradle plugin with Kotlin

Mastering Nested Configuration in Gradle Plugins with Kotlin When building complex Gradle plugins providing a structured and intuitive configuration interface f

3 min read 02-09-2024 55
Nested configuration for Gradle plugin with Kotlin
Nested configuration for Gradle plugin with Kotlin

bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library

Gradle 8 5 and Spring Boot 3 3 0 Resolving the boot Jar Task Failure Upgrading to the latest versions of Spring Boot and Gradle can be exciting but sometimes in

2 min read 02-09-2024 67
bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library
bootJar task fails with Gradle 8.5 and Spring Boot 3.3.0, caused by Spring Boot Gradle plugin's usage of Apache commons compress library

How to declare a common dependency for all subprojects?

Streamlining Dependency Management Declaring Common Dependencies for All Subprojects in Gradle Tired of repeating the same dependency declaration in every subpr

2 min read 01-09-2024 51
How to declare a common dependency for all subprojects?
How to declare a common dependency for all subprojects?

Custom gradle Plugin to Run on Client Projects code

Running Custom Gradle Plugins on Client Projects A Deep Dive When working with Gradle plugins its common to encounter scenarios where your plugin needs to inter

2 min read 30-08-2024 58
Custom gradle Plugin to Run on Client Projects code
Custom gradle Plugin to Run on Client Projects code

Switch repository based on environment

Dynamically Switching Repositories in Gradle Based on Environment Developing software often involves working with different environments local for development s

2 min read 29-08-2024 54
Switch repository based on environment
Switch repository based on environment

Dependency 'androidx.appcompat:appcompat-resources:1.7.0' requires version 34 or later to compile

Understanding Android Dependency Version Compatibility A Deep Dive Have you encountered the dreaded error Dependency androidx appcompat appcompat resources 1 7

3 min read 29-08-2024 51
Dependency 'androidx.appcompat:appcompat-resources:1.7.0' requires version 34 or later to compile
Dependency 'androidx.appcompat:appcompat-resources:1.7.0' requires version 34 or later to compile

gradle plugin not found after publishToMavenLocal

Gradle Plugin Not Found After Publishing to Maven Local A Comprehensive Guide This article will dissect a common problem encountered when publishing Gradle plug

3 min read 29-08-2024 63
gradle plugin not found after publishToMavenLocal
gradle plugin not found after publishToMavenLocal

composeCompiler inside a Gradle Plugin

Harnessing the Power of Compose Compiler A Gradle Plugin Deep Dive Building Android apps with Jetpack Compose offers a modern and declarative approach to UI dev

3 min read 29-08-2024 115
composeCompiler inside a Gradle Plugin
composeCompiler inside a Gradle Plugin

Do I need properties for passing parameters to a Gradle plugin?

Gradle Plugin Parameters Properties vs Direct Configuration When crafting your own Gradle plugin a common question arises How do you pass parameters to your plu

2 min read 28-08-2024 64
Do I need properties for passing parameters to a Gradle plugin?
Do I need properties for passing parameters to a Gradle plugin?