Skip to content

Commit 22b1338

Browse files
committed
experiment
1 parent c3b9fdb commit 22b1338

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin {
2222
// Configure project's dependencies
2323
repositories {
2424
mavenCentral()
25-
25+
gradlePluginPortal()
2626
// IntelliJ Platform Gradle Plugin Repositories Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-repositories-extension.html
2727
intellijPlatform {
2828
defaultRepositories()
@@ -78,6 +78,8 @@ intellijPlatform {
7878
}
7979

8080
pluginVerification {
81+
freeArgs = listOf("-ip", file("ignored-problems.txt").absolutePath)
82+
8183
ides {
8284
recommended()
8385
}

ignored-problems.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:.*Illegal access to package-private class com.intellij.dvcs.push.ui.CustomRenderedTreeNode.*
2+
Illegal access to package-private class com.intellij.dvcs.push.ui.CustomRenderedTreeNode

0 commit comments

Comments
 (0)