-
**Describe the bug**
Gradle build fails with an exception when running the upgrade script for Timefold Solver. The error indicates that the `rewrite()` method is not found.
**Expected behavior**
…
-
The nf-core pipeline template uses a [custom timestamp](https://github.com/nf-core/tools/blob/7785b4cd8d3ce1321832e1a7ae4f2874509e31f4/nf_core/pipeline-template/nextflow.config#L243-L259) in the vario…
-
Unfortunately the dynamodb-sdk version 1.* and also version 2.* is no longer compatible with Groovy 3.*
## Describe the Feature
It would be great if the dynamodb SDK was compatible with Groovy 3…
-
In Gradle plugins implemented with a mix of Java and Groovy, `vscode-java` reports "cannot be resolved" errors in `.java` files that reference classes defined in `.groovy` files. Gradle can compile an…
a01fe updated
2 months ago
-
**Affects PMD Version:**
7.0+
**Description:**
The evaluation is successful but it reports,
```console
> Task :caffeine:pmdMain
/Users/ben/projects/caffeine/caffeine/src/main/java/com/githu…
-
**Below is the code that causing issue:**
response = (Response) given().
header("Content-Type", "application/json").
contentType(ContentType.JSON).
…
-
If Groovy v4 is used it shows class-not-found for XMLSlurper - the groovy.util.XMLSlurper is now located under groovy.xml.
If JDK 17+ is used then it responds with
Caught: java.lang.IncompatibleC…
-
Hi,
Is there any special config required to have groovy gradle test projects work with AspectJ plugin?
When I run my tests, I keep getting the below
`
[AppClassLoader@73d16e93] error aspect 'MYA…
-
There doesn't seem to be a compelling reason to use groovy instead of Java and it'd be good to stick to a few technologies as make sense.
-
Is it possible to add Groovy support? Like Java, Groovy also need the annotations to make it null safe.