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
784a3ac667
commit
1bf391fb1c
@ -19,10 +19,6 @@ version = providers.gradleProperty("pluginVersion").get()
|
|||||||
// pawrequest custom github repo/dependency adder
|
// pawrequest custom github repo/dependency adder
|
||||||
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")
|
|
||||||
// .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")
|
val theseCustomDependencies = providers.gradleProperty("customDependencies")
|
||||||
.orNull // Returns null if the property is missing
|
.orNull // Returns null if the property is missing
|
||||||
?.split(",") // Split only if the property is present
|
?.split(",") // Split only if the property is present
|
||||||
|
Loading…
Reference in New Issue
Block a user