Skip to content

Commit

Permalink
make project isolation compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 13, 2024
1 parent a8a4674 commit 4401789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun Project.librarianRoot() {
}

val allFilesConfiguration = configurations.detachedConfiguration()
subprojects {
subprojects.forEach {
allFilesConfiguration.dependencies.add(dependencies.project(it.path, librarianPublication))
}
val allFiles = allFilesConfiguration.incoming.artifactView { it.lenient(true) }.files
Expand Down

0 comments on commit 4401789

Please sign in to comment.