Joshua Gleitze

Results 31 issues of Joshua Gleitze

This plugin fails with Gradle version 6.5. It worked with the last version of Gradle (6.4.1). More precisely, the output of `jacocoTestReport` now contain lines like these: ``` > Task...

bug

### Description fix #72 by throwing readable errors when connecting to JIRA fails. ### This is a - [x] Bug Fix - [ ] Feature - [ ] Documentation -...

If connecting to JIRA fails during `verifyConditions`, this plugin throws an error for every single character of the response from JIRA. This can, for example, be seen in the screenshot...

The members of the generated `DgsConstants` class can change order across builds. This creates an issue with build caching: Since the code generation is an input to the compilation, which...

Makes the Kotlin generator respect `disableDatesInGeneratedAnnotation`. I tried to align the implementation with the Java implementation. Running the code formatter added some unrelated formatting changes. fixes #778

When setting `disableDatesInGeneratedAnnotation = true`, the generated Kotlin code still contains the date generation date even though it shouldn’t.

When a GraphQL enum has a value `name`, generating Kotlin code fails with the error: > java.lang.IllegalArgumentException: constant with name "name" conflicts with a supertype member with the same name...

The Gradle plugin currently doesn’t support [Parallel Configuration Caching](https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel), but it would be useful it it did. When enabling `org.gradle.configuration-cache.parallel`, spotless tasks randomly fail with exceptions like this one: >...

enhancement

We have multiple prettier-based tasks in our project, and we occasionally observe `java.net.ConnectException: connection denied`. This only happens in subprojects where multiple file types need to be formatted and use...

bug