You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a child process is created, the child process is using the default java environemt (called by java). When tests require java agents, the use of the default java environment might not provide java agent support.
Currently, when a child process is created, the child process is using the default java environemt (called by
java
). When tests require java agents, the use of the default java environment might not provide java agent support.jagr/launcher/src/main/kotlin/org/sourcegrade/jagr/launcher/executor/ProcessWorker.kt
Line 57 in c47745b
Provide an option in the configuration file to set the java version or, if possible, use the java environment the program was called with.
The text was updated successfully, but these errors were encountered: