Skip to content

Commit

Permalink
Modify the gradle configuration to speed up the compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
HotBitmapGG committed Sep 17, 2016
1 parent 7d52b26 commit 9fcf2ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
# 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
# org.gradle.parallel=true
# org.gradle.daemon=true
1 change: 1 addition & 0 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"

exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"

1 change: 1 addition & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ exit /b 1
if "%OS%"=="Windows_NT" endlocal

:omega

1 change: 1 addition & 0 deletions import-summary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ Component-Tools.

(This import summary is for your information only, and can be deleted
after import once you are satisfied with the results.)

1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':app'

0 comments on commit 9fcf2ec

Please sign in to comment.