Skip to content

Commit

Permalink
restore pluginDependencies.project notation as it reads better
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed May 4, 2015
1 parent 8e9db4d commit 6e49e81
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ class IdeaPluginDependencies {
dependency
}

def project(String id) {
id(id)
}

def getExternalDependencies() {
dependencies.filter[version != null]
}
Expand Down

0 comments on commit 6e49e81

Please sign in to comment.