From 99a48aac5463731d71accabe672080ea685e505d Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Thu, 17 Oct 2024 23:47:04 -0400 Subject: [PATCH] Update swagger config --- swagger.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swagger.config.json b/swagger.config.json index 13499e7..4d0673b 100644 --- a/swagger.config.json +++ b/swagger.config.json @@ -1,5 +1,7 @@ { "apiPackage": "com.github.gotify.client.api", "modelPackage": "com.github.gotify.client.model", - "library": "retrofit2" + "library": "retrofit2", + "java11": true, + "hideGenerationTimestamp": true } \ No newline at end of file