Basil Peace
Basil Peace
+1 for this. Doesn't work in combination with Lombok There is another way since Gradle 4.6: use [`annotationProcessor` and `testAnnotationProcessor` configurations](https://docs.gradle.org/4.6/release-notes.html#convenient-declaration-of-annotation-processor-dependencies)
@jaredsburrows, I've stopped using this plugin, at least for now. IIRC, my code was OK, but checker-framework didn't work for my case. But no warranties. If you are ready to...
Github doesn't implement new custom extensions to Markdown format and looks towards CommonMark. I think that https://github.com/commonmark/CommonMark/pull/105 should be approved and merged into CommonMark specification first, then Github would implement...
Project dependencies include only `compile`, `runtime` and similar dependencies for compilation of the project per se. All other dependencies, including plugins, buildscript dependencies, `codenarc`, `compileTest` etc. configurations are build dependencies....
In my new plugin I've separated build tools and dependencies by configuration name, [here](https://github.com/FIDATA/gradle-prerequisites-plugin/blob/58ca7e1c53ee62a82c76bae8230dad75ac23d54d/src/main/groovy/org/fidata/gradle/prerequisites/PrerequisiteType.groovy#L54-L84). Task have closure property which [by default uses this code](https://github.com/FIDATA/gradle-prerequisites-plugin/blob/f60af4dbd25c5f3a9c46797039589a6527dfe75a/src/main/groovy/org/fidata/gradle/PrerequisitesPlugin.groovy#L149). But it could be reconfigured by...
As user, I would want to have separate tasks for different groups. I don't need to see specific configuration in the report, I just need several reports. But @aalmiray may...
If this is going to be implemented, please, consider also support for braces (`{`, `}`), so that the implementation would be fully compatible with other languages.
+1 for escaping, at least in URLs
The shell on the other side is PowerShell.
Well, I can with PuTTy:  But not with Test Kitchen. See https://github.com/powershell/Win32-OpenSSH/wiki UPD: OpenSSH server (under Windows) allows to use different shells. I use PowerShell (default), see argument `/PathSpecsToProbeForShellEXEString:$Env:ProgramFiles\PowerShell*\Powershell.exe;$Env:SystemRoot\system32\windowspowershell\v1.0\powershell.exe`...