Skip to content

Commit

Permalink
chore: Update build.gradle to implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
cb0s authored and Ludwig Richter committed Aug 1, 2021
1 parent ca5c6be commit c2d0de0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ task alljavadoc(type: Javadoc) {
def subProjects = gradle.rootProject.subprojects
source subProjects.collect { it.sourceSets.main.allJava }
classpath = files(subProjects.collect { it.sourceSets.main.compileClasspath })
//options.memberLevel = JavadocMemberLevel.PRIVATE
//classpath = configurations.compile
destinationDir = file("${buildDir}/docs/javadoc")
}

Expand Down

0 comments on commit c2d0de0

Please sign in to comment.