Shi Chen
Shi Chen
Just finished releasing a new version, I'll take a look.
thank you @dscalzi , I guess the problem here is that we put the tasks and arguments together, The `args` in your post code contains both tasks and arguments here,...
I can verify this issue has been fixed in version 1.0.5831, @nandiniYeltiwar thank you a lot for the help!
supported via https://github.com/redhat-developer/vscode-java/pull/2967
When I try to reproduce this issue I'm finding an extra error report here:  it seems that I can't resolve the given script dependencies. Also, you mentioned error can...
I can imagine the issue is related to authentication, and I'm wondering if your `redhat.java` extension works in your environment without extra configuring. Could you try to configure the authentication...
thanks for the detail explanation! I'll take a look tomorrow
just tried to reproduce it but failed:  I can successfully resolve the given type from private package (custom repository). Did you try directly add the dependency to project `implementation`...
my fault, I can reproduce it now.
Yes, I can reproduce, but it seems that the problem is related to Gradle itself. See: https://github.com/gradle/gradle/issues/5003, and the answer here: > Yes, this is expected, because script plugins (e.g....