Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for optsEnvironmentVar (0.16 sec)

  1. platforms/jvm/plugins-application/src/main/java/org/gradle/jvm/application/tasks/CreateStartScripts.java

        public void setApplicationName(@Nullable String applicationName) {
            this.applicationName = applicationName;
        }
    
        public void setOptsEnvironmentVar(@Nullable String optsEnvironmentVar) {
            this.optsEnvironmentVar = optsEnvironmentVar;
        }
    
        public void setExitEnvironmentVar(@Nullable String exitEnvironmentVar) {
            this.exitEnvironmentVar = exitEnvironmentVar;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt

    */ %>
    # Add default JVM options here. You can also use JAVA_OPTS and ${optsEnvironmentVar} to pass JVM options to this script.
    DEFAULT_JVM_OPTS=${defaultJvmOpts}
    
    # Collect all arguments for the java command:
    #   * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
    #     and any embedded shellness will be escaped.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 13:43:33 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top