Skip to content

Commit

Permalink
exclude token generation test
Browse files Browse the repository at this point in the history
  • Loading branch information
husnjaktv committed Jul 16, 2024
1 parent c8c244b commit d751bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ tasks {
testLogging {
events("passed", "skipped", "failed")
}
exclude("**/*Token*") // No need to generate tokens for tests
}

dokkaJavadoc {
Expand Down

0 comments on commit d751bcf

Please sign in to comment.