Hi Paul, thanks I did not get the response email. I found your response by visiting the group link
I updated master branch and the issue is resolved, and build succeeded However, it showed a few errors > Task :groovy-binary:asciidoctor java.io.IOException: Cannot run program "/opt/local/bin/dot": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at java.base/java.lang.Runtime.exec(Runtime.java:615) at net.sourceforge.plantuml.dot.ProcessRunner$MainThread.startThreads(ProcessRunner.java:160) at net.sourceforge.plantuml.dot.ProcessRunner$MainThread.runJob(ProcessRunner.java:120) at net.sourceforge.plantuml.api.TimeoutExecutor$MyThread.run(TimeoutExecutor.java:76) Caused by: java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:319) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:249) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) ... 5 more java.io.IOException: Cannot run program "/opt/local/bin/dot": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at java.base/java.lang.Runtime.exec(Runtime.java:615) at net.sourceforge.plantuml.dot.ProcessRunner$MainThread.startThreads(ProcessRunner.java:160) at net.sourceforge.plantuml.dot.ProcessRunner$MainThread.runJob(ProcessRunner.java:120) at net.sourceforge.plantuml.api.TimeoutExecutor$MyThread.run(TimeoutExecutor.java:76) Caused by: java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:319) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:249) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) > Task :groovy-binary:asciidoctorPdf Dependency verification has been disabled for configuration detachedConfiguration5 Dependency verification has been disabled for configuration detachedConfiguration6 2023-08-27T19:07:51.880+01:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable. Converting /Users/manas/_dev/groovy/subprojects/groovy-binary/src/spec/doc/index.adoc The above errors repeated afew number of times though Is the installation of "dot" a pre requisite. Any thoughts on how to install it thanks Manas ________________________________ From: Manas Marthi <manas.mar...@outlook.com> Sent: 25 August 2023 23:34 To: dev@groovy.apache.org <dev@groovy.apache.org> Subject: Unable to setup workspace hi are there any specific steps to setup groovy workspace in intellij? I am getting below weird errors. Never faced this issue. Any thoughts? I am trying to setup master branch using JDK21 preview build. This is on home laptop. So no proxy issues in connecting to maven or any other repo.. * configuration ':build-logic:compileClasspath' 5 errors MODULE ARTIFACT PROBLEM(S) org.jfrog.buildinfo:build-info-api:2.39.8 build-info-api-2.39.8.jar (.asc) Key 2ee4988c55528f25 (not found) couldn't be found in any key server so verification couldn't be performed org.jfrog.buildinfo:build-info-client:2.39.8 build-info-client-2.39.8.jar (.asc) Key 2ee4988c55528f25 (not found) couldn't be found in any key server so verification couldn't be performed org.jfrog.buildinfo:build-info-extractor:2.39.8 build-info-extractor-2.39.8.jar (.asc) Key 2ee4988c55528f25 (not found) couldn't be found in any key server so verification couldn't be performed org.jfrog.buildinfo:build-info-extractor-gradle:5.1.0 build-info-extractor-gradle-5.1.0.jar (.asc) Key 2ee4988c55528f25 (not found) couldn't be found in any key server so verification couldn't be performed org.jfrog.filespecs:file-specs-java:1.1.2 file-specs-java-1.1.2.jar (.asc) Key 2ee4988c55528f25 (not found) couldn't be found in any key server so verification couldn't be performed thanks manas