By default this package installs JDK with source codes(zip).
If you don't want to install source codes
choco install jdk11 -params "source=false"
If you want auto update
choco install jdk11 -params "static=false"
If you want to specfiy install directory (you need \\ for escape)
choco install jdk11 -params 'installdir=c:\\java11'