Skip to content

Commit c6e0080

Browse files
committed
Remove plugin filter from site output
Signed-off-by: Jarno Elovirta <[email protected]>
1 parent 8f162f1 commit c6e0080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ task site(type: DitaOtTask) {
151151
input file("${projectDir}/site.ditamap")
152152
output getPropertyOrDefault('outputDir', "${buildDir}/site")
153153
filter "${projectDir}/resources/site.ditaval"
154-
filter pluginsDitavalFile
154+
// filter pluginsDitavalFile
155155

156156
transtype 'org.dita-ot.html'
157157

0 commit comments

Comments
 (0)