forked from bndtools/bnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (18 loc) · 784 Bytes
/
gradle.properties
File metadata and controls
23 lines (18 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# JVM args to run gradle
org.gradle.jvmargs=-Xms1024m -Xmx2048m \
-Djdk.xml.maxGeneralEntitySizeLimit=0 \
-Djdk.xml.totalEntitySizeLimit=0 \
-Djdk.xml.entityExpansionLimit=0
# cnf project name
bnd_cnf=cnf
# bnd_version is the version of the Bnd Gradle plugin
# We use `+` for the master branch to use the latest snapshot.
# We use a range, e.g. `[6.1.0-RC,6.2)` for the next branch.
bnd_version=+
# The URLs to the repos for the Bnd Gradle plugin
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot-local
bnd_releases=https://bndtools.jfrog.io/bndtools/libs-release-local
# bnd_build can be set to the name of a "master" project whose dependencies will seed the set of projects to build.
bnd_build=dist
# Default gradle task to build
bnd_defaultTask=build