Skip to content

Commit 9617993

Browse files
eyalbe4eyalbe4
authored andcommitted
Updated README.md
1 parent 8ccf4a4 commit 9617993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,9 @@ List<String> response = artifactory.restCall(repositoryRequest);
551551

552552
## Building and Testing the Sources
553553
The code is built using Gradle and includes integration tests.
554+
555+
Since the tests may use features which have been recently added to Artifactory, such as new package types, it is best to run the tests against the latest release of Artifactory. Some tests may therefore fail otherwise. Thhose tests can be manually commented out in that case.
556+
554557
If you'd like to build the code without tests, run:
555558
```
556559
> gradle clean build -x test

0 commit comments

Comments
 (0)