-
I want to test a task using Gradle TestKit. However, the tests regularly fail with `java.lang.OutOfMemoryError: Java heap space` errors.
This error occurs even if `.forwardOutput()` is disabled.
…
aSemy updated
3 months ago
-
A direct dependency declaration with a type resolves non-transitively - it resolves just to the targeted artifact (see: https://github.com/gradle/gradle/issues/1487#issuecomment-630161277):
```groovy…
-
When I upgrade the plugin to 7.8.2 I get following error:
```
Cause 39: org.gradle.internal.typeconversion.UnsupportedNotationException: Cannot convert the provided notation to an object of type Mod…
-
`SpringApplication` makes it hard to get hold of the application context before it's refreshed. @michael-simons came up with this:
```java
SpringApplication springApplication = new SpringApplicati…
-
Was trying to integrate diffrax `diffeqsolve` into a Haiku module but was running into similar issues as mentioned in #115 and figured out how to do it and thought I'd share in case others had the sam…
-
### Describe the bug
I've got a Gradle/Quarkus project (using the gradle wrapper, and using the Kotlin gradle DSL) that's on Quarkus 3.4.1.
I'm trying to update Quarkus using the `quarkus update` …
-
Hi I am using Pivotal Single Node Cluster PIVHDSNE_VMWARE_VM-2.1.0-75 while running the demo
I encountered the the below error while running the ./gradlew loadAverages
[pivhdsne:gfxd-demo]$ ./gradle…
-
We have various `type_alias` definitions which represent a union of two possible instance items. Often these are fairly primitive types such as this example for `MinimumShouldMatch`.
```json
{
…
-
With OML WB 0.7.0.5, after importing a couple of projects that have *.oml files, Eclipse froze.
Looking at the threads dump, there are three threads that seem to be involved in some kind of deadloc…
-