Skip to content

Commit

Permalink
Add dependency lock plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed May 30, 2016
1 parent 3aca00c commit fef6246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ contacts {
dependencies {
compile gradleApi()

compile 'com.netflix.nebula:gradle-extra-configurations-plugin:latest.release'
compile 'com.netflix.nebula:gradle-contacts-plugin:latest.release'
compile 'com.netflix.nebula:gradle-dependency-lock-plugin:latest.release'
compile 'com.netflix.nebula:gradle-extra-configurations-plugin:latest.release'
compile 'com.netflix.nebula:gradle-info-plugin:latest.release'
compile 'com.netflix.nebula:nebula-bintray-plugin:latest.release'
compile 'com.netflix.nebula:nebula-publishing-plugin:latest.release'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
static final THIRDPARTY_PLUGIN_IDS = ['com.github.kt3k.coveralls']

static final NEBULA_PLUGIN_IDS = ['nebula.contacts',
'nebula.dependency-lock',
'nebula.facet',
'nebula.info',
'nebula.javadoc-jar',
Expand Down

0 comments on commit fef6246

Please sign in to comment.