Article
Overriding a Gradle project property which has .
and _
characters, without modifying the buildscript (4 mins read).
How to use GRADLE_OPTS
to safely override a Gradle property (with special characters in its name) without modifying the buildscript.
Wed, 14 May 2025 07:55 by Jamie Tanna
.
#blogumentation
#gradle
#renovate .
Article
Using Spotless to auto-format Gradle Verification Metadata (3 mins read).
How to use Spotless to allow manual changes to the Gradle Verification Metadata to be auto-formatted as if Gradle generated it.
Wed, 31 Jul 2024 14:28 by Jamie Tanna
.
#blogumentation
#gradle
#spotless .
Repost
Oh hey, I'm in this release ππ½
Quoted
a post on Twitter
Post details Fri, 15 Jul 2022 21:44 by Jamie Tanna
.
#gradle .
Article
Generate Plain Old Java Objects (POJOs) from OpenAPI Model Definitions with Gradle (2 mins read).
How to generate POJOs really quickly and easily, with no manual work, using the Gradle openapi-generator Plugin.
Sat, 05 Feb 2022 19:29 by Jamie Tanna
.
#blogumentation
#gradle
#java
#openapi .
Article
Publishing to Maven Repositories with GitLab CI, with Signed Artefacts (4 mins read).
How to publish signed artefacts from a Gradle build to Maven repositories (such as Maven Central) when using GitLab CI.
Tue, 04 Jan 2022 13:21 by Jamie Tanna
.
#blogumentation
#gradle
#java
#gitlab-ci
#gpg .
Article
Retrieving All Dependencies Required by a JAR at Runtime (3 mins read).
How to handily retrieve the full runtime classpath required for a JAR file, using Gradle.
Thu, 16 Dec 2021 15:14 by Jamie Tanna
.
#blogumentation
#gradle
#java .
Article
Reducing Risk of Supply Chain Attacks with Reproducible Builds in Gradle (1 mins read).
How to enable Gradle's reproducible builds functionality to allow others to verify your released libraries don't contain uncommitted, malicious code.
Thu, 02 Dec 2021 17:05 by Jamie Tanna
.
#blogumentation
#java
#gradle
#security .
Article
Packaging Wiremock Stubs into a Standalone JAR (2 mins read).
How to use Gradle to package a standalone JAR for Wiremock, including any stubs needed.
Thu, 02 Dec 2021 11:11 by Jamie Tanna
.
#blogumentation
#java
#gradle
#wiremock .
Article
Generate Plain Old Java Objects (POJOs) from JSON Schema Definitions with Gradle (3 mins read).
How to generate POJOs really quickly and easily, with no manual work, using the Gradle jsonschema2pojo Plugin.
Mon, 29 Nov 2021 09:23 by Jamie Tanna
.
#blogumentation
#gradle
#java
#json-schema .
Article
Generate Plain Old Java Objects (POJOs) from XML Schema Definitions with Gradle (1 mins read).
How to generate POJOs really quickly and easily, with no manual work, using the Gradle XJC Plugin.
Mon, 22 Nov 2021 17:35 by Jamie Tanna
.
#blogumentation
#gradle
#java
#xml .
Article
Using JitPack to Install Gradle Plugins from Git Sources (2 mins read).
How to use JitPack to use an unreleased Gradle plugin from a Git repo in your Gradle projects.
Wed, 27 Oct 2021 11:37 by Jamie Tanna
.
#blogumentation
#gradle
#java
#jitpack .
Article
Packaging Wiremock Extensions into the Standalone Server Runner (2 mins read).
How to use Gradle to package a standalone JAR for Wiremock, including any extensions needed.
Sun, 12 Sep 2021 17:58 by Jamie Tanna
.
#blogumentation
#java
#gradle
#wiremock .
Article
Using Bill of Materials to Simplify Dependency Management (3 mins read).
Producing a Bill of Materials to simplify dependency management for Java projects.
Sat, 28 Aug 2021 21:37 by Jamie Tanna
.
#java
#blogumentation
#gradle
#maven .
Article
Running Multiple JDK Versions with the Gradle Toolchains Configuration (2 mins read).
How to use the Gradle's toolchain
configuration to configure multiple JDKs on your machine.
Wed, 09 Jun 2021 09:04 by Jamie Tanna
.
#blogumentation
#java
#gradle .
Article
Speeding Up Gradle Executions with Parallelisation (2 mins read).
How to make your Gradle builds faster, by taking advantage of parallelisation.
Thu, 11 Mar 2021 09:32 by Jamie Tanna
.
#blogumentation
#java
#testing
#gradle .
Article
How to List Gradle's Buildscript / Plugin Dependencies (1 mins read).
How to list the dependencies that are used by Gradle's plugins as part of its buildscript.
Wed, 04 Nov 2020 11:44 by Jamie Tanna
.
#blogumentation
#gradle
#java .
Article
Publishing + Consuming Artefacts in the Local Maven Repository with Gradle (1 mins read).
How to use Gradle to publish and consume artefacts build on your local machine.
Wed, 07 Oct 2020 20:51 by Jamie Tanna
.
#blogumentation
#java
#gradle .
Article
Resolving Gradle Error Unexpected Parent Dependency
in IntelliJ (1 mins read).
How to resolve the error Unexpected Parent Dependency
when building Gradle projects in IntelliJ.
Tue, 29 Sep 2020 19:52 by Jamie Tanna
.
#blogumentation
#gradle
#intellij .
Article
Configure Gradle to Allow Listing All Subproject Dependencies (1 mins read).
How to set Gradle configuration globally to add a task to list all your dependencies.
Mon, 27 Jul 2020 13:14 by Jamie Tanna
.
#blogumentation
#gradle
#java .
Article
Configure Gradle to Configure Tasks Globally with an initscript (1 mins read).
How to use Gradle's initialization scripts to globally configure tasks across all of your projects.
Mon, 27 Jul 2020 13:14 by Jamie Tanna
.
#blogumentation
#gradle
#java .
Article
Running Spotless Automagically with Gradle (2 mins read).
How to set Gradle configuration globally to always run spotlessApply
in your projects.
Fri, 15 May 2020 16:54 by Jamie Tanna
.
#blogumentation
#gradle
#spotless
#java .
Article
Gotcha: Running both JUnit4 and JUnit5 Together with Gradle (1 mins read).
How to make sure your JUnit4 and JUnit5 Gradle tests work within the same project.
Mon, 23 Dec 2019 21:57 by Jamie Tanna
.
#blogumentation
#java
#gradle
#junit .