Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyDebugOptionsTo (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/process/internal/JvmOptions.java

            }
            target.setEnableAssertions(assertionsEnabled);
            copyDebugOptionsTo(target.getDebugOptions());
            target.systemProperties(immutableSystemProperties);
            return target;
        }
    
        private void copyDebugOptionsTo(JavaDebugOptions otherOptions) {
            // This severs the connection between from this debugOptions to the other debugOptions
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top