Skip to content

Commit 031bb82

Browse files
committed
Fix build
1 parent ddfcfc3 commit 031bb82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ intellijPlatform {
114114
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
115115
}
116116

117-
// pluginVerification {
118-
// ides {
119-
// recommended()
120-
// }
121-
// }
117+
pluginVerification {
118+
ides {
119+
recommended()
120+
}
121+
}
122122
}
123123

124124
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin

0 commit comments

Comments
 (0)