Skip to content

Commit

Permalink
Merge pull request #81 from suusan2go/issue_71
Browse files Browse the repository at this point in the history
add support 2022.3 and future versions
  • Loading branch information
suusan2go authored Nov 30, 2022
2 parents 22fbffd + 84f09ea commit fe27b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.6.20'
ext.kotlinVersion = '1.7.20'
repositories {
mavenCentral()
}
Expand All @@ -10,8 +10,8 @@ buildscript {

plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.5.3'
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
id 'org.jetbrains.intellij' version '1.10.0'
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
}

apply plugin: 'org.jetbrains.intellij'
Expand All @@ -24,6 +24,7 @@ intellij {
version = '2022.2'
plugins = ['Kotlin', 'java']
pluginName = 'kotlin-fill-class'
updateSinceUntilBuild = false
publishPlugin {
token = System.getenv('TOKEN')
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</change-notes>

<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="191.8026.42" until-build="221.*"/>
<idea-version since-build="191.8026.42"/>

<depends>com.intellij.modules.lang</depends>
<depends>org.jetbrains.kotlin</depends>
Expand Down

0 comments on commit fe27b3e

Please sign in to comment.