Skip to content

Commit

Permalink
bump gradle to 7.6 (#1020)
Browse files Browse the repository at this point in the history
and org.jetbrains.intellij to 1.15.0
  • Loading branch information
Revent authored Jul 31, 2023
1 parent 1f5d5a0 commit a8fd0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.intellij' version "1.13.3"
id 'org.jetbrains.intellij' version "1.15.0"
}

dependencies {
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-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a8fd0ad

Please sign in to comment.