Browse Source

update gradle.properties and gradle-wrapper.properties files

windchargerj 1 tháng trước cách đây
mục cha
commit
ce96e12c76
2 tập tin đã thay đổi với 2 bổ sung19 xóa
  1. 1 18
      gradle.properties
  2. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 1 - 18
gradle.properties

@@ -1,23 +1,6 @@
 pluginVersion=1.4.6
-pluginSinceBuild=243.21565.193
+pluginSinceBuild=243
 pluginUntilBuild=252.*
 
-# Opt-out flag for bundling Kotlin standard library.
-# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
-kotlin.stdlib.default.dependency=false
-
-# proxy
-# systemProp.http.proxyHost=127.0.0.1
-# systemProp.http.proxyPort=7890
-# systemProp.https.proxyHost=127.0.0.1
-# systemProp.https.proxyPort=7890
-
-# testing in clion
-testInClion=false
-
-
 org.gradle.warning.mode=all
 kotlin.daemon.jvmargs=-Xmx2048m
-
-# Gradle Releases -> https://github.com/gradle/gradle/releases
-gradleVersion = 8.5

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME