Skip to content

Commit

Permalink
Merge pull request #12 from profiq/make-the-plugin-work-with-20232
Browse files Browse the repository at this point in the history
Make plugin compatible with version IDE version 2023.2
  • Loading branch information
petrvecera authored Aug 1, 2023
2 parents 73d5bc2 + d7eeba3 commit b03d39d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.profiq"
version = "0.1.0"
version = "0.1.1"

repositories {
mavenCentral()
Expand All @@ -18,7 +18,7 @@ dependencies {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("2022.1.4")
version.set("2023.2")
type.set("IC") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
Expand All @@ -33,7 +33,7 @@ tasks {

patchPluginXml {
sinceBuild.set("221")
untilBuild.set("231.*")
untilBuild.set("232.*")
}

signPlugin {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "codexor"
rootProject.name = "docgen"

0 comments on commit b03d39d

Please sign in to comment.