Skip to content

Commit

Permalink
Need full versions since this doesn't use itself to deal with dynamic…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
rspieldenner committed Oct 20, 2015
1 parent 8cb4ef5 commit 6844a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 102 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ plugins {
id 'nebula.nebula-release' version '3.0.5'
id 'nebula.nebula-bintray' version '3.1.0'
id 'nebula.optional-base' version '3.0.3'
id 'nebula.dependency-lock' version '4.0.0'
id 'com.gradle.plugin-publish' version '0.9.1'
id 'com.github.kt3k.coveralls' version '2.4.0'
id 'org.ysb33r.gradletest' version '0.5.4'
Expand Down Expand Up @@ -56,9 +55,9 @@ task createClasspathManifest {
dependencies {
compile localGroovy()
compile gradleApi()
compile 'com.netflix.nebula:nebula-core:3.+'
compile 'com.netflix.nebula:gradle-info-plugin:3.+', optional
compile 'com.netflix.nebula:gradle-contacts-plugin:3.+', optional
compile 'com.netflix.nebula:nebula-core:3.0.0'
compile 'com.netflix.nebula:gradle-info-plugin:3.0.3', optional
compile 'com.netflix.nebula:gradle-contacts-plugin:3.0.1', optional
testCompile('com.netflix.nebula:nebula-test:4.+') {
exclude group: 'org.codehaus.groovy'
}
Expand Down
98 changes: 0 additions & 98 deletions dependencies.lock

This file was deleted.

0 comments on commit 6844a5a

Please sign in to comment.