-
-
Notifications
You must be signed in to change notification settings - Fork 214
Expand file tree
/
Copy pathgradle.properties
More file actions
57 lines (48 loc) · 1.79 KB
/
gradle.properties
File metadata and controls
57 lines (48 loc) · 1.79 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
######################
# MavenCentral Publish
######################
GROUP=io.github.sceneview
VERSION_NAME=4.0.1
POM_DESCRIPTION=3D and AR SDK for Android — Jetpack Compose, Filament, ARCore
POM_URL=https://github.com/sceneview/sceneview
POM_SCM_URL=https://github.com/sceneview/sceneview
POM_SCM_CONNECTION=scm:git:git://github.com:sceneview/sceneview.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:sceneview/sceneview.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=thomasgorisse
POM_DEVELOPER_NAME=Thomas Gorisse
POM_DEVELOPER_URL=https://github.com/ThomasGorisse
SONATYPE_CONNECT_TIMEOUT_SECONDS=180
#SONATYPE_CLOSE_TIMEOUT_SECONDS=900
######################
# Build Performance
######################
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
######################
# Kotlin
######################
kotlin.code.style=official
# Incremental compilation for faster builds
kotlin.incremental=true
######################
# Android
######################
android.useAndroidX=true
# Non-transitive R classes reduce APK size and improve build speed
android.nonTransitiveRClass=true
android.nonFinalResIds=true
######################
# Filament Plugin
######################
# See the FilamentPlugin.groovy file for the description of these properties
filamentPluginEnabled=false
# This value must point to your Filament desktop tools uncompressed dir, downloaded from here:
# https://github.com/google/filament/releases
com.google.android.filament.tools-dir=../../filament/out/release/filament
com.google.android.filament.exclude-vulkan=true