Skip to content

Commit 4381f70

Browse files
committed
fix gradle version
1 parent e43b7c1 commit 4381f70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformVersion = 2024.1
2222
platformPlugins = com.jetbrains.php:241.14494.237, Git4Idea, org.jetbrains.plugins.terminal:241.14494.150, org.jetbrains.plugins.remote-run
2323

2424
# Gradle Releases -> https://github.com/gradle/gradle/releases
25-
gradleVersion = 8.7
25+
gradleVersion = 8.6
2626

2727
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2828
kotlin.stdlib.default.dependency = false
@@ -34,4 +34,4 @@ org.gradle.configuration-cache = true
3434
org.gradle.caching = true
3535

3636
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
37-
systemProp.org.gradle.unsafe.kotlin.assignment = true
37+
systemProp.org.gradle.unsafe.kotlin.assignment = false

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)