| | |
| | | # Specifies the JVM arguments used for the daemon process. |
| | | # The setting is particularly useful for tweaking memory settings. |
| | | #org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8 |
| | | org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ |
| | | --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ |
| | | --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED |
| | | #org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \ |
| | | # --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ |
| | | # --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED |
| | | |
| | | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED |
| | | |
| | | |
| | | # ?? KAPT ?? JDK ???? |
| | | # When configured, Gradle will run in incubating parallel mode. |
| | |
| | | android.precompileDependenciesResources=false |
| | | android.enableJetifier=true |
| | | #android.enableD8=true |
| | | org.gradle.java.home=D\:\\devInstall\\java\\jdk-17.0.12 |
| | | |
| | | # ?????? |
| | | WX_PAY_APP_ID=wxb4ba302aa476ea1 |
| | | org.gradle.java.home=D\:\\tanjiyaun\\jdk\\jdk1.8\\jdk-17.0.12 |
| | | |