Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JAVA config setting #15055

Closed
wants to merge 1 commit into from
Closed

Remove JAVA config setting #15055

wants to merge 1 commit into from

Commits on Sep 16, 2021

  1. Remove JAVA config setting

    A couple of reasons for this simplification.
    
    1. We don't use java for anything anymore in the normal run of things.
       For closure-compiler we run the native version and only fall back
       to the Java version when there is no native version that the current
       architecture (i.e. on non-x86 platforms).
    2. In the case we do want to run the java version it makes sense to
       simpy expect to be installed in the PATH.
    sbc100 committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e5436a3 View commit details
    Browse the repository at this point in the history