Skip to content

Commit

Permalink
chore: try different dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Mar 8, 2022
1 parent 7e6a884 commit 42d88e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,14 @@ tasks {
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
channels.set(listOf(properties("pluginVersion").split('-').getOrElse(1) { "default" }.split('.').first()))
}

runIde {
autoReloadPlugins.set(true)
jvmArgs?.add("-XX:+UnlockDiagnosticVMOptions")
}


buildSearchableOptions {
enabled = false;
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginSinceBuild=212
#pluginUntilBuild=*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions=PS-2020.3.3, PS-2021.1.4, PS-2021.2.4, PS-221.4906.9
pluginVerifierIdeVersions=PS-2021.2.4, PS-221.4906.9
platformType=IU
platformVersion=2021.3.2
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit 42d88e8

Please sign in to comment.