-
### Describe the bug
We use `Quarkus`, `Kotlin` and `Gradle` in our various projects.
In `multi-module projects` we get the following error in `Intellij`:
```
FAILURE: Build failed with an e…
-
**Describe the bug**
I'm currently using a **_test module_** in my project which is officially supported by Google.
https://developer.android.com/studio/test/advanced-test-setup#use-separate-test-mo…
-
### Describe the bug
1.3.x is currently using Jackson 2.14.2. Jackson 2.14.2 is affected by https://security.snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538.
Bumping to 2.15.0+ would help w…
-
Inside the Security plugin, there are two separate root level Gradle projects: the base project encompassing the entire plugin and a smaller project with its own `settings.gradle` file inside of the B…
-
Given the multi-module nature of this project, Intellij Testing always fails. Fortunately, running tests at the command line works but we should also be able to run test inside Intellij
After runni…
-
### Problem Statement
When sending Source Context via Sentry Gradle Plugin, I've noticed that the source is taken only from the main application module. This is problematic for multi-module setups, w…
-
Hi,
I am trying to make the gradle-nexus-publish-plugin work with signing in my gradle-multi-module project.
Is there a working example for that? I am stuck and I get different error messages, r…
-
### Describe the bug
Code in `src/testFixtures` is compiled into Quarkus builds initially, but during `quarkusDev` and changes to test fixtures code is does not cause a reload, and after a reload (ei…
kdubb updated
1 month ago
-
I'd like to first thank you for these fantastic mode. :)
I have many gradle multi-projects builds, something like this:
```
root_dir/
├── build.gradle.kts
├── gradle
│ └── wrapper
│ …
-
Scenario
We have two modules using karaf plugin.
Module A has a compile time dependency on Module B.
In a multi project build scenario,
* What went wrong:
A problem occurred configuring…