Skip to content

Commit

Permalink
Fix javadoc with cli shadowing (smithy-lang#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase authored Dec 24, 2022
1 parent 0b9d0e3 commit 44f9b04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ project.afterEvaluate {
source(project.subprojects.stream().map({
project(it.path).sourceSets.main.allJava
}).collect(Collectors.toList()))
classpath = files(project.subprojects.stream()
.map({project(it.path).sourceSets.main.compileClasspath})
.collect(Collectors.toList()))
}
}

Expand Down

0 comments on commit 44f9b04

Please sign in to comment.