File: gradle.properties

package info (click to toggle)
bnd 3.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 26,564 kB
  • sloc: java: 136,360; xml: 54,643; sh: 408; makefile: 64
file content (17 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# JVM args to run gradle
org.gradle.jvmargs=-Xms1024m -Xmx2048m

# cnf project name
bnd_cnf=cnf

# bnd_plugin is the dependency declaration for the bnd gradle plugin
bnd_plugin=biz.aQute.bnd:biz.aQute.bnd.gradle:+

# The URL to the repo to load the bnd gradle plugin
bnd_repourl=https://bndtools.ci.cloudbees.com/job/bnd.next/lastSuccessfulBuild/artifact/dist/bundles

# 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