Mariano Ruiz
Mariano Ruiz
Same error, is there at least a workaround ?
The workaround from @melowe worked for me! More details of how to add it into your `gradle.build` script (a simplified version): ```gradle task fixGenerateSwaggerDocumentation { doLast { project.configurations.compileClasspath.resolve() .collect {...
The workaround mentioned above worked for me with the following environment: $ ./gradlew --version ------------------------------------------------------------ Gradle 6.1.1 ------------------------------------------------------------ Build time: 2020-01-24 22:30:24 UTC Revision: a8c3750babb99d1894378073499d6716a1a1fa5d Kotlin: 1.3.61 Groovy: 2.5.8 Ant:...
Looks like the latest version 1.0.8 published a few days ago solve the issue, I could remove the workaround and now there is no more errors in the task.
False positive π , looks like I had a kind of cache even when I launch a `clean` task before `generateSwaggerDocumentation`, the issue persist in v1.0.8, but the workaround continue...
Check the workaround here https://github.com/gigaSproule/swagger-gradle-plugin/issues/158#issuecomment-585823379 that solves the issue
Hi @eyalabadi98 , Sorry, but I don't have plans to introduce new features for now, but should be straightforward to do, there are some hacks you can apply like the...
Yes @eyalabadi98 , I want to add a filter to the side bar of the Django list view time ago, with a label like _"Assigned to me"_, but I didn't...
OK, sounds good, maybe configurable through Django settings to be optional, or even set a name of a group where users are able to see any task not just admin...
Ok Sam, looks easy to fix, but now I very busy with other projects, could you provide me a patch for this? It will more fast and I can launch...