Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Last active June 27, 2018 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zskamljic/56292d9812fadd0bc32690cb22bfde24 to your computer and use it in GitHub Desktop.
Save zskamljic/56292d9812fadd0bc32690cb22bfde24 to your computer and use it in GitHub Desktop.
pluginBundle {
website = "https://google.com"
vcsUrl = "https://gitlab.com/zskamljic"
description = "demo plugin"
tags = ["demo", "plugin"]
plugins {
demoPlugin {
id = 'equaleyes.demo'
displayName = 'Demo Plugin'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment