fix: update generate docs

This commit is contained in:
Jannis Mattheis
2026-03-28 16:47:46 +01:00
parent e76702aa08
commit aeeaab6ad1

View File

@@ -62,11 +62,7 @@ $ ./gradlew build
## Update client
* Run `./gradlew generateSwaggerCode`
* 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`
* Run `./gradlew openApiGenerate`
* Commit changes
## Versioning