Skip to content

Commit

Permalink
Update to Gradle IntelliJ Plugin plugin 1.13.3 and Gradle 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Mar 31, 2023
1 parent e2f3fe9 commit d5bd63f
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
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'jacoco'
id 'idea'
id 'org.jetbrains.intellij' version '1.7.0' // 1.8.0 and above break - see https://github.com/JetBrains/gradle-intellij-plugin/issues/1081
id 'org.jetbrains.intellij' version '1.13.3'
id 'com.dorongold.task-tree' version '2.1.0'
id 'org.infernus.idea.checkstyle.build'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d5bd63f

Please sign in to comment.