Vlad Chesnokov
Vlad Chesnokov
The other error indicates memory issues. ``` Java heap space ``` Can you still reproduce the issue with index out of bounds with increased memory?
The issue is in the backlog of the relevant team and is prioritized by them.
Potential duplicate: * https://github.com/gradle/gradle/issues/32811
Assuming to be duplicate of * https://github.com/gradle/gradle/issues/32811 and fixed by * https://github.com/gradle/gradle/pull/32812
This issue needs a decision from the team responsible for that area. They have been informed. Response time may vary. *** There are still some parts of Gradle that require...
FTR, If anyone can consistently reproduce the issue and can provide a self-contained reproducer project, it would help to investigate this.
Related: * https://github.com/gradle/gradle/issues/8750 * https://github.com/gradle/gradle/issues/8375
Sorry for the late reply! Thank you for your interest in Gradle! This feature request is in the backlog of the relevant team and is prioritized by them.
@AliAlbaity I'd say it's unlikely to happen soon and it would be faster to create a workaround for your plugin.
This is a valid documentation issue. We welcome documentation contributions. See [our contributing documentation guide](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md#contributing-to-documentation) for more information. *** The current doc is outdated. It shows: ``` $ gradle init...