From 1bf391fb1cd4d65cbbf85ab36dc88db6f3f9d6f3 Mon Sep 17 00:00:00 2001 From: paw Date: Sun, 23 Feb 2025 14:04:17 +0000 Subject: [PATCH] buikld --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 90e1797..206b018 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,10 +19,6 @@ version = providers.gradleProperty("pluginVersion").get() // pawrequest custom github repo/dependency adder val thisArtifactID = providers.gradleProperty("pluginRepositoryUrl").get().substringAfterLast("/") val thisVendorName = providers.gradleProperty("pluginRepositoryUrl").get().substringBeforeLast("/").substringAfterLast("/") -//val theseCustomDependencies = providers.gradleProperty("customDependencies") -// .orNull // Returns null if the property is missing -// ?.split(",") // Split only if the property is present -// ?: emptyList() // Provide an empty list if the property is missing val theseCustomDependencies = providers.gradleProperty("customDependencies") .orNull // Returns null if the property is missing ?.split(",") // Split only if the property is present