forked from SceneView/sceneview-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
44 lines (37 loc) · 1.54 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
35
36
37
38
39
40
41
42
43
44
######################
# MavenCentral Publish
######################
#GROUP=io.github.sceneview
POM_DESCRIPTION=3D/AR Android View with ARCore and Google Filament
POM_URL=https://github.com/SceneView/sceneview-android
POM_SCM_URL=https://github.com/SceneView/sceneview-android
POM_SCM_CONNECTION=scm:git:git://github.com:sceneview/sceneview-android.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]:sceneview/sceneview-android.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
######################
# Settings
######################
org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official
#org.gradle.unsafe.configuration-cache=true
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
######################
# Filament Plugin
######################
# See the FilamentPlugin.groovy file for the description of these properties
filamentPluginEnabled=false
# This value must point to your Filament dektop 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