This commit is contained in:
paw 2025-02-23 14:06:17 +00:00
parent 1bf391fb1c
commit 8600d139f4

View File

@ -16,7 +16,7 @@ plugins {
group = providers.gradleProperty("pluginGroup").get() group = providers.gradleProperty("pluginGroup").get()
version = providers.gradleProperty("pluginVersion").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 thisArtifactID = providers.gradleProperty("pluginRepositoryUrl").get().substringAfterLast("/")
val thisVendorName = providers.gradleProperty("pluginRepositoryUrl").get().substringBeforeLast("/").substringAfterLast("/") val thisVendorName = providers.gradleProperty("pluginRepositoryUrl").get().substringBeforeLast("/").substringAfterLast("/")
val theseCustomDependencies = providers.gradleProperty("customDependencies") val theseCustomDependencies = providers.gradleProperty("customDependencies")