Skip to content

Instantly share code, notes, and snippets.

@PaoloMilano
Last active May 2, 2020 12:11
Show Gist options
  • Select an option

  • Save PaoloMilano/49ce0db8bb0305ebe16898acf27a4b13 to your computer and use it in GitHub Desktop.

Select an option

Save PaoloMilano/49ce0db8bb0305ebe16898acf27a4b13 to your computer and use it in GitHub Desktop.
gradlePlugin {
plugins {
create("MyFirstPlugin") {
id = "MyFirstPlugin"
implementationClass = "MyFirstPlugin"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment