-
-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Most appropriate sub-area of Processing 4?
Build process
Processing version
4.4
Operating system
Windows 11
Bug description
Hello,
@SilasVM and I are Windows users (Windows 11), and are having difficulties building the repository. We have attempted to build the repository on VSCode and GitHub Codespaces, and we were able to make it up to step 5 on the Contributing Doc.
However, we came across this issue where we get a server error in both development environments, reporting ”Unable to run Gradle Task due to server error, View the ‘Gradle for Java’ output for details.

Here’s a more in-depth error report from @SilasVM:



- @SilasVM also noted that it seems to be classified as a depreciation.
I would also like to add that the directions for VSCode may need to be updated.
Because, as of now, the directions state:
- Open the Gradle Tab
- Go to the Tasks
- Go to the compose desktop folder
- Find the run file and run that file
However, I had to:
- Open the Gradle Tab on VSCode’s sidebar
- Find and expand the Tasks folder
- Find and expand the help folder
- Find and run the tasks file (Tasks > help > tasks)
Note: the run button would appear beside the file itself - Wait for the tasks file to execute, and then a brand new list will appear on the Gradle tab
- Find and expand the app folder
- Find and expand the tasks folder
- Find and expand the compose desktop folder
- Find and execute the run file (app > compose desktop > run)
Note: the run button would appear beside the file itself
If this looks good, I would like to update the contributing docs with the new information above.
Steps to reproduce this
- Clone the repository locally on a Windows device
- Open the folder in VSCode
- Open the Gradle Tab
- Go to the Tasks
- Go to the compose desktop folder
- Find the run file and run that file
snippet
No response
Additional context
No response
Would you like to work on the issue?
Yes, I’d like to help with this