summaryrefslogtreecommitdiff
path: root/java-compat/android/gradle.properties
blob: 196039a7aed7f7e05ad9a708616e8d8802242147 (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

//
// Version used in JAR files
//
iceVersion = 3.7.0

//
// Prefix version
//
prefixVersion = 3.7.0

// The Android versions used for the Ice build.
ice_buildToolsVersion = 25.0.3
ice_compileSdkVersion = 21
ice_minSdkVersion = 21
ice_targetSdkVersion = 21

//
// Set iceHome to location of Ice installation if Ice was installed in a
// non-standard location. You must use forward slashes in the path, even on
// Windows.
//
// iceHome =

//
// Set the version of the Ice Builder to use for building. It must be set to debian
// when using the gradle-ice-builder-plugin package on Debian.
//
iceBuilderVersion = 1.4.1

//
// Set the builder artifact class path. It must be set to com.zeroc.gradle.ice-builder
// when using the gradle-ice-builder-plugin package.
//
iceBuilderClassPath = gradle.plugin.com.zeroc.gradle.ice-builder

//
// Set the location of a local Ice Builder for Gradle source directory
//
iceBuilderHome =

//
// Gradle build properties
//
// org.gradle.daemon = false

//
// For faster builds, increase the maximum heap size
// for the Gradle daemon to at least 1536 MB.
//
org.gradle.jvmargs=-Xmx2048M

//
// Package build properties
//
DESTDIR =
appendVersionSuffix = yes
prefix =
debug = true

//
// Windows specific options
//

//
// The platform used by the C++ build. Supported values are `x64` and `Win32`.
// This is required to locate the slice2java compiler in the platform-dependent
// directory.
//
cppPlatform = x64

//
// The configuration used by the C++ build. Supported values are `Debug` and `Release`.
// This is required to locate the slice2java compiler in the configuration-dependent
// directory.
//
cppConfiguration = Release