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")