Commit ac2cd91 1 parent 2050a75 commit ac2cd91 Copy full SHA for ac2cd91
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,10 @@ $ ./gradlew build
63
63
## Update client
64
64
65
65
* 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)
68
66
* 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 `
69
70
* Commit changes
70
71
71
72
## Versioning
You can’t perform that action at this time.
0 commit comments