Skip to content

Instantly share code, notes, and snippets.

@kungfoo
Created June 11, 2019 09:53
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 kungfoo/250aead74b20e53488921c1a1eb0fa0c to your computer and use it in GitHub Desktop.
Save kungfoo/250aead74b20e53488921c1a1eb0fa0c to your computer and use it in GitHub Desktop.
Applying beekeeper plugins only to subprojects
plugins {
id "io.beekeeper.gradle.plugin" version "0.7.0" apply false
}
subprojects {
(...)
apply plugin: "io.beekeeper.gradle.plugin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment