Skip to content

Commit

Permalink
Re-enabled modules page
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 12, 2024
1 parent 536d206 commit 78671ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/groovy/JavaDocUtils.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import groovy.transform.CompileDynamic

import java.nio.file.Files
import java.nio.file.Path
import java.nio.file.StandardCopyOption

/**
Expand Down Expand Up @@ -31,7 +30,7 @@ class JavaDocUtils {
if (!outputDir.mkdirs()) throw new IllegalStateException("Could not create directory ${output}")

aggregateJavaDocRec(current, outputDir, ignoreDirs)
// createModulesPage(name, version, outputDir)
createModulesPage(name, version, outputDir)
}

/**
Expand Down

0 comments on commit 78671ec

Please sign in to comment.