gradle tweaking

This commit is contained in:
Milos Kozak 2020-05-04 21:03:30 +02:00
parent de601cb833
commit ee913cffd8
3 changed files with 3 additions and 2 deletions

View file

@ -160,6 +160,7 @@ android {
}
firebaseDisable {
System.setProperty("disableFirebase", "true")
ext.enableCrashlytics = false
}
}
productFlavors {

View file

@ -38,7 +38,7 @@ allprojects {
}
ivy {
url 'https://github.com/'
layout 'pattern', {
patternLayout {
artifact '/[organisation]/[module]/archive/[revision].[ext]'
}
}

View file

@ -15,7 +15,7 @@
# 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.jvmargs=-Xmx2g