Skip to content

Commit

Permalink
chore: Configure vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Aug 3, 2024
1 parent a90b157 commit b2b16ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ intellijPlatform {
name = providers.localGradleProperty("pluginName")
version = providers.localGradleProperty("pluginVersion")

vendor {
name = "Brice Dutheil"
url = "https://github.com/bric3/excalidraw-intellij-plugin"
}

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
description = providers.fileContents(rootProject.layout.projectDirectory.file("./README.md")).asText.map {
it.lines().run {
Expand Down

0 comments on commit b2b16ce

Please sign in to comment.