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 50b7192 commit 7e6a884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.6.10"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.4.0"
id("org.jetbrains.intellij") version "1.2.1"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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
pluginVerifierIdeVersions=PS-2020.3.3, PS-2021.1.4, PS-2021.2.4, PS-221.4906.9
platformType=IU
platformVersion=2021.2.3
platformVersion=2021.3.2
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=com.jetbrains.php:212.5457.49
platformPlugins=com.jetbrains.php:213.6777.58

# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 11
Expand Down

0 comments on commit 7e6a884

Please sign in to comment.