Fraser Kettle

Results 3 issues of Fraser Kettle

Hi @jangrewe , When will you release a version that contains SDK 31 so that it is available on docker hub? I see the code changes are already done.

I have the following problem when using xcodeplugin 0.21.0 to build an application after upgrading Gradle from 6.8.3 to 7.0: ``` A problem was found with the configuration of task...

bug

**Describe the bug** When I create a `io.swagger.v3.oas.annotations.media.Content` example with a date-time property, such as ```kotlin Content( mediaType = MediaType.APPLICATION_JSON, examples = [ExampleObject(value = """{"refreshAt": "2022-03-03T12:12:16Z"}""")], schema = Schema(implementation =...