Skip to content

Commit

Permalink
GraphQL entity restore endpoint. Upload url jmix-projects/jmix-datato…
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaimanov committed Sep 14, 2021
1 parent 50dfba9 commit fbe8bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds graphql entity restore endpoint.
#### Add starter to your build.gradle

```groovy
implementation 'io.jmix.datatools:jmix-datatools-graphql-starter'
implementation 'io.jmix.datatools:jmix-datatools-graphql-starter:<versoin>'
```

Module `jmix-datatools-graphql` will be added only if both of `jmix-datatools` and `jmix-graphql` modules present, e.g.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects {
publishing {
repositories {
maven {
url = 'https://myrepo/releases/'
url = 'https://nexus.jmix.io/repository/snapshots'
credentials {
username rootProject.hasProperty('uploadUser') ? rootProject['uploadUser'] : 'admin'
password rootProject.hasProperty('uploadPassword') ? rootProject['uploadPassword'] : 'admin'
Expand Down

0 comments on commit fbe8bf9

Please sign in to comment.