Explorar el Código

Remove debugging :)

pull/24/head
Chris Smith hace 9 años
padre
commit
7d806a51c1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      javadoc.gradle

+ 0
- 2
javadoc.gradle Ver fichero

@@ -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…
Cancelar
Guardar