Currently the driver can not be build with Java 11 due to a limitation of Gradle 4.5.
```FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '11'.```
Determine if a later version of Gradle enables Java 11 builds, and if so upgrade to it if there are no other issues.
- links to