From ac2cd916bbdc25d033d0a1cb62684dcf2396ec9e Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Thu, 17 Oct 2024 23:47:05 -0400 Subject: [PATCH] Change instructions for updating client --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2b8b301..fb4be412 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,10 @@ $ ./gradlew build ## Update client * 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 `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 ## Versioning