Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
* Removed `untilBuild` to avoid incompatibility errors when the IDE is updated to a newer version.
  • Loading branch information
DobromirM committed Dec 10, 2021
1 parent 423ddda commit ee65189
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'org.jetbrains.grammarkit'
sourceSets.main.java.srcDirs 'src/main/gen'

group 'org.swim'
version '1.1.0'
version '1.2.0'

repositories {
mavenCentral()
Expand All @@ -22,8 +22,9 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2021.2.3'
plugins = ['PsiViewer:212-SNAPSHOT', 'com.intellij.java']
version '2021.3'
plugins = ['PsiViewer:213-SNAPSHOT', 'com.intellij.java']
updateSinceUntilBuild false
}

patchPluginXml {
Expand Down

0 comments on commit ee65189

Please sign in to comment.