diff options
Diffstat (limited to 'poi-scratchpad')
-rw-r--r-- | poi-scratchpad/build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index 078bb7e5bc..4360c505e1 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -136,11 +136,11 @@ task testJar(type: Jar, dependsOn: testClasses) { } javadoc { - doFirst { - options { - classpath += configurations.javadocs.files - } - } + doFirst { + options { + classpath += configurations.javadocs.files + } + } } artifacts { |