lock the java package

The many services that rely on java need to have better limits.

By installing a specific compatible java version early the build
can eliminate churn and provide more consistent enviornments.
This commit is contained in:
Jeffrey Martin 2020-08-18 13:18:51 -05:00
parent 6ef3902e25
commit 34283b14a1
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
chocolatey feature enable -n=allowGlobalConfirmation
choco install javaruntime-platformspecific
choco install jre8 --version 8.0.251
chocolatey feature disable -n=allowGlobalConfirmation
exit
exit