mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-13 13:04:09 +00:00
buikld
This commit is contained in:
parent
1bf391fb1c
commit
8600d139f4
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user