Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Created April 21, 2021 16:47
Show Gist options
  • Save maxirosson/9516e68380d334073b2b5a2a3885365f to your computer and use it in GitHub Desktop.
Save maxirosson/9516e68380d334073b2b5a2a3885365f to your computer and use it in GitHub Desktop.
plugins {
id("com.dipien.byebyejetifier") version "1.1.2" apply false
}
ext {
propertyResolver = new PropertyResolver(project)
}
if (propertyResolver.getBooleanProp(GradleProperty.BYE_BYE_JETIFIER_ENABLED)) {
apply plugin: "com.dipien.byebyejetifier"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment