From 2ce3fab70310d7186cd9db903a1b4064f9647da1 Mon Sep 17 00:00:00 2001 From: andrea bertagnolli Date: Thu, 19 Dec 2024 12:32:52 +0100 Subject: [PATCH] build: update shadow plugin group id (#247) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3cefb3e..0d46836 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -88,4 +88,4 @@ googlecloud-storage = { module = "com.google.cloud:google-cloud-storage" } [bundles] [plugins] -shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } +shadow = { id = "com.gradleup.shadow", version = "8.3.5" }