-
Hi @jansauer,
Nice and lightweight plugin for Jacoco coverage console output. Appreciate your work.
I've tried your plugin in my pet multi-module Gradle project, but it looks like I've missed so…
-
**Issue Description:**
I am encountering an issue with the generate build task using the Jte Gradle Plugin in a multi-module Spring Boot project.
In our project structure, we have a root pro…
-
I Have a Gradle multi-module project, the structure looks like the one below. my gradle command in Windows terminal takes hardly 2 mins to build the entire project . but opening the same folder in vs…
-
The autoloads in projection currently gives me the following compiler warnings whenever I (un-)install a package:
```
package-quickstart.el:4250:87: Warning: reference to free variable
‘project…
-
Dear Developers,
I hope this message finds you well.
I am writing to report an issue I've encountered with the multi_image_picker_plus package when building my Flutter application using Android …
-
### Issue type
Wrong or misleading information
### Problem description
Salut
In various places the documentation mentions 'cross-configuration' Or cross-project-configuration. And I am pretty sur…
-
I have multi module gradle projects, when I try to import all the projects into my eclipse workspace, all the children projects are not recognized as gradle projects.
Here is the screenshot from th…
-
### Description
As outlined in [Contexts and Dependency Injection](https://quarkus.io/guides/cdi-reference#bean_discovery), the bean archive is synthesized from:
* the application classes,
* depe…
-
I have a gradle multi project and trying to run test target from one of the subprojects using this plugin. My tests fail because they don't see classes from dependent subproject. This dependency is ex…
-
**Describe the bug**
`coverageLocations` can be multiple values, but `JACOCO_SOURCE_PATH` can only contain one value.
In a Java build that produces multiple jars, I need a different JaCoCo source …