Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transformInvocation (0.19 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/NoDaemonGradleExecuter.java

                    }
                }
            }
        }
    
        @Override
        protected void transformInvocation(GradleInvocation invocation) {
            if (getDistribution().isSupportsSpacesInGradleAndJavaOpts()) {
                // Mix the implicit launcher JVM args in with the requested JVM args
                super.transformInvocation(invocation);
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 05:38:50 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top