You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,15 +91,3 @@ bridges, please see [SLF4j.org](http://www.slf4j.org/manual.html).
94
91
In addition to unit tests in the main `ds3-sdk` module, there are additional integration tests in the `ds3-integration` module. Please see the integration [README](ds3-sdk-integration/README.md) for details on running the tests. To just run the SDK's unit tests use:
95
92
96
93
./gradlew clean ds3-sdk:test
97
-
98
-
## Publishing
99
-
100
-
Before a user can publish the SDK they must first have [Bintray](https://bintray.com/spectralogic) API credentials and access to our organization to upload. Once a user has access they can set their credentials on the command line by issuing:
101
-
102
-
```shell
103
-
104
-
$ export BINTRAY_USER="userName"
105
-
$ export BINTRAY_KEY="api_key"
106
-
```
107
-
108
-
After the credentials have been set, to publish the SDK to [Bintray](https://bintray.com/spectralogic), issue the following from the command line run: `./gradlew clean bintrayUpload`
0 commit comments