This repository was archived by the owner on Feb 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
maven { url ' https://jitpack.io' }
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:7.3.1 '
11
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 '
10
+ classpath ' com.android.tools.build:gradle:7.4.0 '
11
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12
12
classpath " com.osacky.doctor:doctor-plugin:0.8.1"
13
13
14
14
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
9
+ org.gradle.jvmargs =-Xmx6g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
You can’t perform that action at this time.
0 commit comments