Skip to content

Commit e8b4e7f

Browse files
committed
Update the verifier information to include additional IDEs in validation
flutter/dart-intellij-third-party#108
1 parent 6d7c416 commit e8b4e7f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build.gradle.kts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,16 @@ intellijPlatform {
292292
ignoredProblemsFile.set(project.file("verify-ignore-problems.txt"))
293293

294294
ides {
295-
recommended()
296-
}
295+
recommended()
296+
select {
297+
types = listOf(
298+
IntelliJPlatformType.IntellijIdeaCommunity,
299+
IntelliJPlatformType.IntellijIdeaUltimate,
300+
IntelliJPlatformType.AndroidStudio,
301+
)
302+
channels = listOf(ProductRelease.Channel.RELEASE)
303+
}
304+
}
297305
}
298306
}
299307

0 commit comments

Comments
 (0)