I think the syntax for the exec task is ```exec { ...
# gradle
t
I think the syntax for the exec task is
Copy code
exec {
  commandLine `google-chrome`, "$urlToOpen"
}