File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ android {
4949 }
5050 }
5151 compileOptions {
52- sourceCompatibility JavaVersion . VERSION_1_8
53- targetCompatibility JavaVersion . VERSION_1_8
52+ sourceCompatibility JavaVersion . VERSION_11
53+ targetCompatibility JavaVersion . VERSION_11
5454 }
5555 kotlinOptions {
5656 jvmTarget = ' 1.8'
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# The setting is particularly useful for tweaking memory settings.
9- org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m --add-opens java.base/java.io=ALL-UNNAMED
9+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk11
You can’t perform that action at this time.
0 commit comments