Skip to content

Commit

Permalink
Remove no longer needed copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Aug 10, 2024
1 parent bf24f23 commit cacdb30
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gradle/docgen.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,10 @@ dependencies {
javadocTaglets "org.jdrupes.taglets:plantuml-taglet:3.1.0"
}

task javadocResources(type: Copy) {
into file(docDestinationDir)
from ("${rootProject.rootDir}/misc") {
include '*.woff2'
}
}

task apidocs(type: JavaExec) {
// Does not work on JitPack, no /usr/bin/dot
enabled = JavaVersion.current() == JavaVersion.VERSION_21 && !isJitPackBuild

dependsOn javadocResources

// Make sure that other projects' compileClasspaths are resolved
rootProject.subprojects
.findAll({project -> project.name.startsWith("org.jgrapes") &&
Expand Down

0 comments on commit cacdb30

Please sign in to comment.