Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for Brunner (0.14 sec)

  1. build-logic/cleanup/src/main/java/gradlebuild/cleanup/services/KillLeakingJavaProcesses.java

                // https://github.com/gradle/gradle-private/issues/3991
                System.out.println("Gradle runner not finished correctly (the build may be canceled). Fall back to KILL_ALL_GRADLE_PROCESSES.");
                executionMode = ExecutionMode.KILL_ALL_GRADLE_PROCESSES;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:46:00 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/TestProject.java

     * limitations under the License.
     */
    
    package org.gradle.performance.fixture;
    
    public interface TestProject {
        void configure(CrossVersionPerformanceTestRunner runner);
        void configure(GradleBuildExperimentSpec.GradleBuilder builder);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 822 bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/CategoryFilter.java

     */
    package org.gradle.api.internal.tasks.testing.junit;
    
    import org.gradle.api.InvalidUserDataException;
    import org.junit.experimental.categories.Category;
    import org.junit.runner.Description;
    import org.junit.runner.manipulation.Filter;
    
    import java.util.Arrays;
    import java.util.HashSet;
    import java.util.Iterator;
    import java.util.Set;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/RequiredFeature.java

    import java.lang.annotation.Repeatable;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * Indicates that the test runner should only create execution if the feature is enabled, where enabled means
     * that the feature value is the one defined by {@link #value()}.
     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target({ElementType.TYPE, ElementType.METHOD})
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/mirror/SetMirrorsSampleModifier.java

    package org.gradle.integtests.fixtures.mirror;
    
    import org.gradle.integtests.fixtures.RepoScriptBlockUtil;
    import org.gradle.exemplar.model.Command;
    import org.gradle.exemplar.model.Sample;
    import org.gradle.exemplar.test.runner.SampleModifier;
    
    import java.io.File;
    import java.util.ArrayList;
    import java.util.List;
    
    import static org.gradle.api.internal.artifacts.BaseRepositoryFactory.PLUGIN_PORTAL_OVERRIDE_URL_PROPERTY;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/ServiceScopeValidatorWorkarounds.java

            "org.gradle.internal.serialize.Serializer",
            "org.gradle.execution.DefaultWorkValidationWarningRecorder",
            "org.gradle.api.internal.classpath.DefaultModuleRegistry",
            "org.gradle.tooling.internal.provider.runner.ToolingApiBuildEventListenerFactory",
            "org.gradle.cache.internal.ProducerGuard",
            "org.gradle.internal.typeconversion.NotationParser",
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 05 22:23:18 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. testing/internal-testing/src/main/groovy/org/gradle/test/fixtures/file/TestDistributionDirectoryProvider.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.test.fixtures.file;
    
    import org.junit.runners.model.FrameworkMethod;
    
    import java.io.File;
    
    public class TestDistributionDirectoryProvider extends AbstractTestDirectoryProvider {
        public TestDistributionDirectoryProvider(Class<?> klass) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/AbstractClientProvidedBuildActionRunner.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.provider.runner;
    
    import org.gradle.internal.buildtree.BuildActionRunner;
    import org.gradle.internal.buildtree.BuildTreeLifecycleController;
    import org.gradle.internal.buildtree.BuildTreeModelAction;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:55:55 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/ProblemsProgressEventConsumer.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.provider.runner;
    
    import com.google.common.collect.ImmutableMap;
    import org.gradle.api.NonNullApi;
    import org.gradle.api.problems.ProblemGroup;
    import org.gradle.api.problems.ProblemId;
    import org.gradle.api.problems.Severity;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/operations/DefaultBuildOperationExecutor.java

    public class DefaultBuildOperationExecutor implements BuildOperationExecutor, Stoppable {
        private static final String LINE_SEPARATOR = SystemProperties.getInstance().getLineSeparator();
    
        private final BuildOperationRunner runner;
        private final BuildOperationQueueFactory buildOperationQueueFactory;
        private final Map<BuildOperationConstraint, ManagedExecutor> managedExecutors = new HashMap<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top