Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _OPTS (0.02 sec)

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

                return optsEnvironmentVar;
            }
    
            if (!GUtil.isTrue(getApplicationName())) {
                return null;
            }
    
            return GUtil.toConstant(getApplicationName()) + "_OPTS";
        }
    
        /**
         * The environment variable to use to control exit value (Windows only).
         */
        @Nullable
        @Optional
        @Input
        public String getExitEnvironmentVar() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top