Skip to content

Commit

Permalink
Make gradle plugin v1.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarak committed Jul 10, 2012
1 parent a17dbc4 commit cc1a4fa
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,7 +32,8 @@ public class VimClojurePlugin implements Plugin<Project> {
dependsOn project.classes
classpath = project.files(
project.sourceSets.main.clojure.srcDirs,
project.sourceSets.main.classesDir,
project.sourceSets.main.output.classesDir,
project.sourceSets.main.output.resourcesDir,
project.configurations.testRuntime,
project.configurations.development
)
Expand Down

0 comments on commit cc1a4fa

Please sign in to comment.