Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created May 17, 2019 03:22
Show Gist options
  • Save cdsap/1fdba761147dcefaed3529c800eb1f16 to your computer and use it in GitHub Desktop.
Save cdsap/1fdba761147dcefaed3529c800eb1f16 to your computer and use it in GitHub Desktop.
build.gradle2
gradlePlugin {
plugins {
register("LibraryCommonPlugin") {
id = "libraryCommonPlugin"
implementationClass = "com.plugin.LibraryCommonPlugin"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment