https://kotlinlang.org logo
#swagger-gradle-codegen
Title
# swagger-gradle-codegen
a

Andreas Stütz

06/30/2022, 9:39 AM
Hey everyone! Are there any updates on the java.time vs threeten topic? From what I saw, this PR has been merged in June 2020 but the latest version of the plugin (1.4.1) is still from February 2020? Also I tried using the command line flags like it's shown inside the readme but it's not working for me:
Copy code
./gradlew generateSwagger --inputFile=./specs.json
is failing with
Copy code
Option 'inputFile' cannot be cast to type 'java.io.File' in class 'com.yelp.codegen.plugin.GenerateTask'.
g

gammax

06/30/2022, 9:44 AM
So about the bug you're facing, i need to look into it
Don't you mind opening and issue on GitHub?
a

Andreas Stütz

06/30/2022, 9:49 AM
I can do so, sure thing 👍🏻
12 Views