From 8600d139f42fcf7470ae809723c49a25322ad441 Mon Sep 17 00:00:00 2001 From: paw Date: Sun, 23 Feb 2025 14:06:17 +0000 Subject: [PATCH] buikld --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 206b018..82721d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { group = providers.gradleProperty("pluginGroup").get() version = providers.gradleProperty("pluginVersion").get() -// pawrequest custom github repo/dependency adder +// pawrequest custom github repo/dependency adder ASSUMES HTTPS://REPO_URL/.../VENDOR/ASSET val thisArtifactID = providers.gradleProperty("pluginRepositoryUrl").get().substringAfterLast("/") val thisVendorName = providers.gradleProperty("pluginRepositoryUrl").get().substringBeforeLast("/").substringAfterLast("/") val theseCustomDependencies = providers.gradleProperty("customDependencies")