File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ export BITESTS_ARTIFACTORY_USERNAME=admin
14
14
export BITESTS_ARTIFACTORY_PASSWORD=password
15
15
export BITESTS_ARTIFACTORY_REPO=tests
16
16
```
17
+ Before running the tests, please make sure you have a generic repository named * tests* in Artifactory.
18
+
17
19
To build the code using the gradle wrapper in Unix run:
18
20
```
19
21
> ./gradlew clean build
@@ -26,7 +28,7 @@ To build the code using the environment gradle run:
26
28
```
27
29
> gradle clean build
28
30
```
29
- To build the code without tests, add to the "clean build" command the flag "-x test", for example:
31
+ To build the code without running the tests, add to the "clean build" command the "-x test" option , for example:
30
32
```
31
33
> ./gradlew clean build -x test
32
34
```
Original file line number Diff line number Diff line change 4
4
"explode" : " true" ,
5
5
"aql" : {
6
6
"items.find" : {
7
- "repo" : " tests " ,
7
+ "repo" : " ${REPO} " ,
8
8
"@*" : {
9
9
"$nmatch" : " *"
10
10
},
Original file line number Diff line number Diff line change 3
3
{
4
4
"aql" : {
5
5
"items.find" : {
6
- "repo" : " tests " ,
6
+ "repo" : " ${REPO} " ,
7
7
"@*" : {"$nmatch" : " *" },
8
8
"$or" : [{
9
9
"$and" : [{
You can’t perform that action at this time.
0 commit comments