Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Sep 18, 2024
1 parent cbfb5d0 commit 0f433a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ intellijPlatform {
}

pluginVerification {
freeArgs = listOf("-mute", "TemplateWordInPluginName")

ides {
recommended()
}
Expand All @@ -88,6 +86,10 @@ changelog {
}

tasks {
test {
delete("src/test/fixtures/gen")
}

wrapper {
gradleVersion = providers.gradleProperty("gradleVersion").get()
}
Expand Down

0 comments on commit 0f433a5

Please sign in to comment.