Change instructions for updating client

This commit is contained in:
Niko Diamadis
2024-10-17 23:47:05 -04:00
parent 2050a75928
commit ac2cd916bb

View File

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