Skip to content

Commit

Permalink
Merge pull request #10 from krasaev/fix-intellij-version
Browse files Browse the repository at this point in the history
fix intellij version
  • Loading branch information
kuzyanov authored Sep 12, 2022
2 parents ad2dbf9 + ef2de93 commit 769d65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idea_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id "org.jetbrains.intellij" version "1.4.0"
id "org.jetbrains.intellij" version "1.8.0"
}

repositories {
Expand All @@ -36,7 +36,7 @@ targetCompatibility = JavaVersion.VERSION_11
intellij {
pluginName = "kuzyanov_google-java-format"
plugins = ["java"]
version = "221.3427-EAP-CANDIDATE-SNAPSHOT"
version = "221.6008.13"
}

patchPluginXml {
Expand Down

0 comments on commit 769d65f

Please sign in to comment.