Skip to content

Commit

Permalink
Comment out a project whose Dokka remote URL is incorrect from Dokka …
Browse files Browse the repository at this point in the history
…generation
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent 157159b commit a1c94c2
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 @@ -21,7 +21,7 @@ dependencies {
"reflect",
"serialization",
"vertx",
"vertx:with-context-receivers",
//"vertx:with-context-receivers",
).forEach {
dokka(cpnProject(project, ":$it"))
}
Expand Down

0 comments on commit a1c94c2

Please sign in to comment.