File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
4
plugins {
5
5
id(" java" )
6
6
id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10"
7
- id(" org.jetbrains.intellij" ) version " 1.9 .0"
7
+ id(" org.jetbrains.intellij" ) version " 1.13 .0"
8
8
id(" org.jetbrains.changelog" ) version " 2.0.0"
9
9
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
10
10
// id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.2-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments