Attila Kelemen
Attila Kelemen
This error means, that you have tried loading a project with older Gradle version which does not support Java 11. It has nothing to do with NB (maybe this plugin...
Are you sure you are using this plugin? NetBeans has its own built-in Gradle plugin for quite a while now.
This is a known issue caused by the limitations of the Groovy editor of NB. The reason is that Gradle implicitly adds some import statements and the plugin has no...
For groovy classes not being available, I blame the Groovy integration because I have just checked and the plugin returns all the jar files (including groovy-all). Assuming you have the...
How exactly do you pass the input to stdin?
Although it is probably not the issue you are having but there is also a bug in Gradle (it was a long time since I verified it though): You have...
I have found a bug on my end but unfortunately it is not this (possible failure for unicode characters with two bytes UTF-16 encoding). On my end, the only OS...
It "works" on Windows with very limited usefulness. If you press Ctrl + D in the output window, the whole input will be forwarded (and you can no longer send...
It is definitely a Gradle bug. I have written out all the bytes I provide just before Gradle receives them and I have all bytes properly forwarded to Gradle. The...
Though it seems there is bug in my code as well, so let me fix that one first. Though it results in duplicating some characters.