forked from bndtools/bndtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
22 lines (16 loc) · 864 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 bnd build repo.
# DO NOT check in changes to this. This can be overridden on the gradle command line with
# -Pbnd_repourl=...
bnd_repourl=https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles
# Repo URL to build against bnd.next
#bnd_repourl=https://bndtools.ci.cloudbees.com/job/bnd.next/lastSuccessfulBuild/artifact/dist/bundles
# Repo URL to build against local bnd repo build. Pushing a local repo url to github WILL break the build.
#bnd_repourl=../bnd/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=build
# Default gradle task to build
bnd_defaultTask=build