Skip to content

Commit

Permalink
Separate bintray folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann-Abbes committed Mar 11, 2021
1 parent d8c2347 commit cd30432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ publishing {
create<MavenPublication>("kuzzle-sdk-jvm-thin") {
groupId = artifactGroup
artifactId = artifactName
version = artifactVersion
version = "${artifactVersion}-without-dependencies"
from(components["java"])

pom.withXml {
Expand Down
2 changes: 1 addition & 1 deletion doc/1/controllers/document/upsert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Additional query options

| Options | Type<br/>(default) | Description |
| ----------------- | ------------------------------- | ---------------------------------------------------------------------------------- |
| `defaults` | <pre>Map<String, Any?><br/>(`{}`) | Fields to add to the document if it gets created |
| `defaults` | <pre>Map<String, Any?></pre><br/>(`{}`) | Fields to add to the document if it gets created |
| `waitForRefresh` | <pre>Boolean</pre><br/>(`""`) | If set to `true`, waits for the change to be reflected for `search` (up to 1s) |
| `retryOnConflict` | <pre>Integer</pre><br/>(`10`) | The number of times the database layer should retry in case of version conflict |
| `source` | <pre>Boolean</pre><br/>(`false`)| If true, returns the updated document inside the response
Expand Down

0 comments on commit cd30432

Please sign in to comment.