Skip to content

Commit ac2cd91

Browse files
committed
Change instructions for updating client
1 parent 2050a75 commit ac2cd91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ $ ./gradlew build
6363
## Update client
6464

6565
* Run `./gradlew generateSwaggerCode`
66-
* Discard changes to `client/build.gradle` (newer versions of dependencies)
67-
* Fix compile error in `client/src/main/java/com/github/gotify/client/auth/OAuthOkHttpClient.java` (caused by an updated dependency)
6866
* Delete `client/settings.gradle` (client is a gradle sub project and must not have a settings.gradle)
67+
* Delete `repositories` block from `client/build.gradle`
68+
* Delete `implementation "com.sun.xml.ws:jaxws-rt:x.x.x“` from `client/build.gradle`
69+
* Insert missing bracket in `retryingIntercept` method of class `src/main/java/com/github/gotify/client/auth/OAuth`
6970
* Commit changes
7071

7172
## Versioning

0 commit comments

Comments
 (0)