Skip to content

Commit

Permalink
Update org.jetbrains.intellij plugin to latest version #96
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed May 10, 2022
1 parent d94b223 commit 07a02e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
// TODO is buggy in 1.1.6: https://github.com/JetBrains/gradle-intellij-plugin/issues/752
id 'org.jetbrains.intellij' version '1.1.3'
id 'org.jetbrains.intellij' version '1.4.0'
id "org.jetbrains.grammarkit" version "2021.1.3"
// id 'org.jetbrains.kotlin.jvm' version '1.4.31'
}
Expand All @@ -28,7 +28,7 @@ task lexer(type: org.jetbrains.grammarkit.tasks.GenerateLexer) {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2021.1.3'
version = '2021.1.3'
plugins = ['com.intellij.java']
}
patchPluginXml {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 07a02e5

Please sign in to comment.