From e8cd5e274476ebc7fbe7938d0c74943361543546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:24:06 +0000 Subject: [PATCH] Update plugin org.gradlex.internal-build-conventions to v0.8 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 747d08a..ae25a7f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,3 +1,3 @@ -plugins { id("org.gradlex.internal-build-conventions") version "0.7" } +plugins { id("org.gradlex.internal-build-conventions") version "0.8" } rootProject.name = "java-module-testing"