Skip to content

Instantly share code, notes, and snippets.

@yunarta
Last active October 12, 2020 16:33
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 yunarta/2adbcc50857906e8ca061ba3b15f028b to your computer and use it in GitHub Desktop.
Save yunarta/2adbcc50857906e8ca061ba3b15f028b to your computer and use it in GitHub Desktop.
class EnterpriseRepositoryPlugin implements Plugin<Gradle> {
void apply(Gradle gradle) {
println("EnterpriseRepositoryPlugin")
}
}
ext.applyEnterprisePlugin = { gradle ->
gradle.apply plugin: EnterpriseRepositoryPlugin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment