Skip to content

Commit

Permalink
fix ref to prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Aug 6, 2017
1 parent 2e48407 commit fdc3251
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ class DefaultsPlugin implements Plugin<Project> {

private void addNebulaConfig(Project project) {
project.plugins.apply('nebula.lint')
gradleLint.rules = ['archaic-wrapper', 'all-dependency', 'dependency-parentheses', 'dependency-tuple']

project.gradleLint.rules = ['archaic-wrapper', 'all-dependency', 'dependency-parentheses', 'dependency-tuple']
project.plugins.apply('nebula.dependency-lock')
}
}

0 comments on commit fdc3251

Please sign in to comment.