summaryrefslogtreecommitdiff
path: root/java/gradle.properties
blob: ed90ef405c844df75bdf052eb94ade5e95c6f4e5 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

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

//
// Select an installation base directory. The directory will be created
// if it does not exist. If this property is not set the default will be
// used. Default values are:
//   - Windows: %SystemDrive%\Ice-${iceVersion}
//   - Non Windows /opt/Ice-${iceVersion}
//
prefix =

//
// Used to set --release (with javac >=9) or -source/-target with older javac
// versions.
//
targetJavaRelease = 8

//
// Define debug as true if you want to build with debug information,
// false otherwise.
//
debug = true

//
// The Jgoodies third party package versions to use with IceGridGUI builds.
//
jgoodiesLooksVersion = 2.7.0
jgoodiesFormsVersion = 1.9.0

//
// Enable this property to build IceGridGUI with JavaFX support. JavaFX is used for rendering the metrics graph.
//
iceGridGuiUseJavaFX = true

//
// The OpenJFX version to use with IceGridGUI builds
//
openjfxVersion = 11.0.2

//
// Set to true if you want IceGridGUI build to create a standalone JAR
// using proguard.
//
icegridguiProguard = true

//
// 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.5.0

//
// 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 =

//
// If the dev repository is set it will be used as the first repository when
// resolving dependencies
//
devRepo =

//
// Windows specific options
//

//
// The platform uses by the C++ builds, supported values are `x64` and
// `Win32`, that is required to locate the slice2java compiler in the
// platform depend directory.
//
cppPlatform =

//
// The configuration uses by the C++ builds, supported values are `Debug`
// and `Release`, that is required to locate the slice2java compiler in
// the configuration depend
// directory.
//
cppConfiguration =

//
// Gradle build properties
//
org.gradle.daemon = true
org.gradle.parallel = true

//
// Package build properties
//
DESTDIR =