Daniel Lacasse
Daniel Lacasse
As Gradle is moving toward better parallel-by-default, we are locking down unsafe behavior. This result in some code failing, or deadlocking as previously unsafe behavior are made safe. Those change...
Remembering the exact tag name can be a bit cumbersome. Providing a way to either autocomplete the tag as we type them or selecting a tag from the already existing...
If you select multiple note then move them to trash, the deleted files stays selected and there is no way to unselect them. The None option doesn't unselect the notes.
When using the app as a log book, having a consistent note layout can be quite useful. It would be great to tag notes as templates and the ability to...
### Context This uses the Guides sample plugin for building the sample. With this change, the samples built using the new plugin have the following limitation that needs to be...
@gblikas commented on [Fri Apr 13 2018](https://github.com/gradle/gradle/issues/5038) ### Expected Behavior A successful execution of `C:/Gradle/gradle-4.6/samples/native-binaries/cpp` on Windows 10 with Visual Studio 2017, and the Desktop Development With C++ properly installed....
This issue was originally reported here: https://github.com/gradle/gradle/issues/3094 When using clang as the compiler, if any file fails to compile, Gradle will recompile all .o files next build This only occurs...
### Expected Behavior Wire `clang-tidy` into verification tasks.
### Expected Behavior As a plugin author, you can add ad-hoc files to be included in the Xcode IDE generated project. ### Current Behavior At the moment, a plugin author...
This is currently possible but isn't provided out of the box. A build author needs to: 1) Create a custom lifecycle task 2) Configure each binaries of choice (any binaries...