Skip to content

Commit

Permalink
support for 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 28, 2021
1 parent 0e85c2e commit 56af4da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
subprojects {
apply plugin: 'java'

version '4.3'
version '4.3.1'

sourceCompatibility = javaVersion
targetCompatibility = javaVersion
Expand Down
12 changes: 6 additions & 6 deletions studio-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.intellij" version "0.7.2"
id "org.jetbrains.intellij" version "0.7.3"
}

dependencies {
Expand Down Expand Up @@ -76,28 +76,28 @@ println "Plugin version: " + fullVersion
println "Publish channel: " + publishChannel

intellij {
version '2021.1'
version '2021.2'
type 'IC'
downloadSources true
pluginName 'intellij-midpoint-studio'
updateSinceUntilBuild false
plugins = [
'PsiViewer:211-SNAPSHOT',
'com.jetbrains.hackathon.indices.viewer:1.16',
'PsiViewer:212-SNAPSHOT',
'com.jetbrains.hackathon.indices.viewer:1.17',
'java',
'Groovy',
'maven'
]
patchPluginXml {
sinceBuild '203'
untilBuild '211.*'
untilBuild '212.*'
version fullVersion
}
runPluginVerifier {
// available versions
// simple https://data.services.jetbrains.com/products?fields=code,name,releases.version,releases.build,releases.type&code=IIC
// full https://data.services.jetbrains.com/products?fields=code,name,releases.downloads,releases.version,releases.build,releases.type&code=IIC
ideVersions = ["IC-2020.3.2", "IC-2021.1"]
ideVersions = ["IC-2020.3.4", "IC-2021.1.3", "IC-2021.2"]
}
publishPlugin {
channels publishChannel
Expand Down

0 comments on commit 56af4da

Please sign in to comment.