Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Removed groovy lib comment, not needed in gradle now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Nov 16, 2013
1 parent edd0d12 commit 3b7921f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mantle-usl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ repositories {
}

dependencies {
// groovy dependencies (just the library to compile with)
// appears this is no longer needed with Gradle 1.6: groovy group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.1.6' // Apache 2.0

compile fileTree(dir: frameworkDir.absolutePath + '/lib', includes: ['*.jar'])
compile fileTree(dir: frameworkDir.absolutePath + '/lib/search', includes: ['*.jar'])
compile fileTree(dir: frameworkDir.absolutePath + '/lib/orientdb', includes: ['*.jar'])
Expand Down

0 comments on commit 3b7921f

Please sign in to comment.