According to https://docs.travis-ci.com/user/reference/windows#pre-installed-packages all tools I need to start building on Windows are here … but where exactly?
How do I get “mvn”, “gradle” on “jdk10” to run?
Cheers,
Christian
According to https://docs.travis-ci.com/user/reference/windows#pre-installed-packages all tools I need to start building on Windows are here … but where exactly?
How do I get “mvn”, “gradle” on “jdk10” to run?
Cheers,
Christian
Are they in the $PATH
? Can get get-command mvn
in PowerShell, or run where.exe mvn
?
Tried $PATH
and listed the usual suspects at https://travis-ci.com/sormuras/java-compiler-script-engine/builds/87691714 – to no avail.
Can get
get-command mvn
in PowerShell, or runwhere.exe mvn
?
Perhaps – but a single line from an admin, if those listed tools are available and where would be nice.
According to JDK Not Installed or Not On Path “no JDK is installed.” Dominic from Travis gives a script to install it and put it on the path so that it can be accessed in that same reply. Just thought I’d let you know.
See Linking against ncurses, no package from Chocolately yet - Environments / Windows - Travis CI Community for a Windows builder’s disk contents and environment.