Skip to content

Commit

Permalink
ci: fix error on dist
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Oct 3, 2024
1 parent 76b5e61 commit 18747ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ tasks {
wrapper {
gradleVersion = properties("gradleVersion").get()
}
prepareJarSearchableOptions {
enabled = false
}
}

fun pluginVersion(): Provider<String> {
Expand Down

0 comments on commit 18747ec

Please sign in to comment.