Skip to content

Commit

Permalink
Update Gradle IntelliJ Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
karollewandowski committed Apr 2, 2024
1 parent bc10d42 commit 80f212e
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion code_samples/action_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/editor_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/facet_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/framework_basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/kotlin_demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
id("org.jetbrains.kotlin.jvm") version "1.9.23"
}

Expand Down
2 changes: 1 addition & 1 deletion code_samples/live_templates/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/max_opened_projects/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/module/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "com.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/project_model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/project_view_pane/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/project_wizard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/psi_demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/run_configuration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/settings/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/simple_language_plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/tool_window/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
2 changes: 1 addition & 1 deletion code_samples/tree_structure_provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

plugins {
id("java")
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "org.intellij.sdk"
Expand Down
4 changes: 2 additions & 2 deletions topics/tutorials/build_system/creating_plugin_project.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->

# Creating a Plugin Gradle Project

Expand Down Expand Up @@ -93,7 +93,7 @@ The generated `my_plugin` project <path>build.gradle.kts</path> file:
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.21"
id("org.jetbrains.intellij") version "1.17.2"
id("org.jetbrains.intellij") version "1.17.3"
}

group = "com.example"
Expand Down
2 changes: 1 addition & 1 deletion v.list
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<var name="gh-ijpgp" value="https://github.com/JetBrains/gradle-intellij-plugin/blob/2.0"/>
<var name="gh-pv" value="https://github.com/JetBrains/intellij-plugin-verifier/blob/master"/>

<var name="gradle-intellij-plugin-version" value="1.17.2"/>
<var name="gradle-intellij-plugin-version" value="1.17.3"/>
<var name="gradle-grammar-kit-plugin-version" value="2022.3.2.2"/>
<var name="intellij-platform-gradle-plugin-version" value="2.0.0-SNAPSHOT"/>
</vars>

0 comments on commit 80f212e

Please sign in to comment.