Skip to content

Commit

Permalink
#878: Refactoring of virtual thread executor.
Browse files Browse the repository at this point in the history
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
  • Loading branch information
jenetics committed Aug 7, 2023
1 parent b4bbc4a commit cef19e7
Show file tree
Hide file tree
Showing 16 changed files with 203 additions and 1,305 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Expand Up @@ -179,7 +179,6 @@ fun setupJavadoc(project: Project, taskName: String) {
doclet.windowTitle = "Jenetics ${project.version}"
doclet.docTitle = "<h1>Jenetics ${project.version}</h1>"
doclet.bottom = "&copy; ${Env.COPYRIGHT_YEAR} Franz Wilhelmst&ouml;tter &nbsp;<i>(${Env.BUILD_DATE})</i>"
doclet.stylesheetFile = project.file("${project.rootDir}/buildSrc/resources/javadoc/stylesheet.css")

doclet.addStringOption("noqualifier", "io.jenetics.internal.collection")
doclet.tags = listOf(
Expand Down Expand Up @@ -226,10 +225,12 @@ fun setupJavadoc(project: Project, taskName: String) {
}

javadoc.doLast {
/*
val colorizer = project.tasks.findByName("${taskName}colorizer")
colorizer?.actions?.forEach {
it.execute(colorizer)
}
*/

val java2html = project.tasks.findByName("${taskName}java2html")
java2html?.actions?.forEach {
Expand Down

0 comments on commit cef19e7

Please sign in to comment.