dependencies { compile project(':client-java') compile project(":jdk_extensions") compile fileTree(dir: 'vendor', include: '*.jar', exclude: '*-sources.jar') } dependencies { vendor 'com.perforce:p4java:2015.2.1312871' vendor 'com.perforce:p4java:2015.2.1312871:sources' vendor 'org.slf4j:slf4j-api:1.7.13' vendor 'org.slf4j:slf4j-api:1.7.13:sources' vendor 'com.google.code.gson:gson:2.4' vendor 'com.google.code.gson:gson:2.4:sources' }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 19553 | swellard | Move and rename clients | ||
#5 | 19174 | tjuricek |
JaCoCo code coverage setup and test cleanup revisions. During test cleanup we remove the directory the code coverage data is written to, so we need refined control on where the output file goes (which is copied to a build directory, currently). |
||
#4 | 18795 | tjuricek | Use point-release versioning for the client SDKs and installers. | ||
#3 | 18710 | tjuricek |
Convert change-related command models to our client API models, also, complete the "alpha" tagging of methods. This consolidates models related to creating changelists to come from the Java client SDK version. We are now tagging various methods as "alpha" to signify they may break in upcoming versions. This allows new features to have a period where they can be available, but not necessarily need to be supported in upcoming releases. |
||
#2 | 17143 | tjuricek | Add gradle wrapper and update to p4java 2015.2 release. | ||
#1 | 17140 | tjuricek |
Integrating porting work from development branch. This work is now ready for testing/CD integration. |