Skip to content

AzkabanHelper: improve GRADLE_OPTS warning for Gradle 5 compatibility #264

@DPUkyle

Description

@DPUkyle

The GRADLE_OPTS warning in AzkabanHelper is not quite accurate for Gradle 5 compatibility.

For projects setting a org.gradle.jvmargs value in their gradle.properties file, the GRADLE_OPTS must match this verbatim. Otherwise Gradle spawns more than one JVM process, and the (unsupported by Gradle!) System.console interaction will fail.

I suggest adding this verbiage:

CRITICAL: If you additionally set a custom org.gradle.jvmargs in your gradle.properties file, the GRADLE_OPTS must contain the exact same string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions