Skip to content

Commit

Permalink
ignore plugin naming problems
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jul 24, 2024
1 parent 202ff81 commit ec17675
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
@@ -1,3 +1,4 @@
import com.jetbrains.plugin.structure.intellij.problems.ignore
import org.jetbrains.changelog.Changelog
import org.jetbrains.changelog.markdownToHTML
import org.jetbrains.grammarkit.tasks.GenerateLexerTask
Expand Down Expand Up @@ -161,8 +162,10 @@ intellijPlatform {

}
verifyPlugin {
freeArgs.set(listOf("-mute TemplateWordInPluginId,ForbiddenPluginIdPrefix"))
ides {
recommended()

//TODO problem verifying 2024.2 beta, emojipicker not found ?
// select {
// sinceBuild.set(properties("pluginSinceBuild"))
Expand Down

0 comments on commit ec17675

Please sign in to comment.