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
The following errors print when executing gradlew on Fedora with Bash 4.3.42
./gradlew: line 67: [: -xPx: unary operator expected
./gradlew: line 73: [: -xPx: unary operator expected
These don't cause the script to fail because the false results from the tests are coincidentally correct, at least on my system. Still, the tests serve the function of determining the location of the java executable and they should do what they are written to do.