Browse Source

Merge pull request #24 from csmith/master

Remove debugging :)
pull/25/head
Greg Holmes 9 years ago
parent
commit
5c1644ab51
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      javadoc.gradle

+ 0
- 2
javadoc.gradle View File

@@ -5,8 +5,6 @@ gradle.projectsEvaluated {
5 5
         source allprojects.collect { it.sourceSets.main.allJava }
6 6
         classpath = files(allprojects.collect { it.sourceSets.main.compileClasspath })
7 7
         destinationDir = file("${buildDir}/docs/javadoc")
8
-
9
-        println source.asPath
10 8
     }
11 9
 }
12 10
 

Loading…
Cancel
Save