Skip to content

Commit

Permalink
fixed exclusion of the shadowed markdown package from the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Feb 9, 2021
1 parent d99e3f5 commit d3965dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ publishing {
(asNode().depthFirst())
.filterIsInstance<Node>()
.find { it.text() == "markdown" }
?.let { it.apply { parent().remove(this) } }
?.run { parent().apply { parent().remove(this) } }
}
}
}

0 comments on commit d3965dd

Please sign in to comment.