Shi Chen

Results 151 comments of 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: ![image](https://user-images.githubusercontent.com/45906942/199900221-d2531dce-dd26-4f5c-9f4b-e80105faee18.png) 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: ![image](https://user-images.githubusercontent.com/45906942/201567763-4e0b6cf3-9996-4048-80aa-c12a1f94b55e.png) I can successfully resolve the given type from private package (custom repository). Did you try directly add the dependency to project `implementation`...

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....