forked from codyer/component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (33 loc) · 1.46 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# *************************************************************
# 文件:gradle.properties 模块:component 项目:component
# 当前修改时间:2019年04月23日 18:23:20
# 上次修改时间:2019年04月13日 08:59:40
# 作者:Cody.yi https://github.com/codyer
#
# 描述:component
# Copyright (c) 2019
# *************************************************************
#
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
android.enableR8=true
#debug apt 调试远程代码的时候打开下面两行
#org.gradle.jvmargs=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5033
#-Dorg.gradle.debug=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
LOCAL_REPOSITORY=file:///Users/Shared/local-maven
#LOCAL_REPOSITORY=file://E://local-maven
LOCAL_GROUP_ID=com.cody.component.local