- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 17 for isHalted (0.24 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
} else { // For regular steps: // Don't run for halted builds, blacklisted projects, or if predecessors failed shouldExecute = !status.isHalted() && !status.isBlackListed(step.project) && allPredecessorsExecuted; } // 2. Either schedule the step or mark it as skipped based on the decisionCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0) -
android-test/src/androidDeviceTest/java/okhttp/android/test/StrictModeTest.kt
import okhttp3.OkHttpClient import okhttp3.Request import okhttp3.internal.platform.Platform import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.Test import org.junit.jupiter.api.parallel.Isolated @Isolated @SdkSuppress(minSdkVersion = 28) class StrictModeTest { private val violations = mutableListOf<Violation>() @AfterEach fun cleanup() { StrictMode.setThreadPolicy( ThreadPolicyCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jan 26 07:38:51 GMT 2026 - 2.2K bytes - Click Count (0) -
gradle.properties
org.gradle.configuration-cache=true org.gradle.configuration-cache.problems=fail org.gradle.configuration-cache.parallel=true # Only configure projects reachable from the requested tasks, skipping unrelated subprojects org.gradle.isolated-projects=true android.useAndroidX=true kotlin.mpp.applyDefaultHierarchyTemplate=false androidBuild=false graalBuild=false loomBuild=false containerTests=false okhttpModuleTests=false okhttpDokka=false
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 08:47:08 GMT 2026 - 718 bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
**Internal properties** are not part of the Public API. Internal properties are **unstable properties**: they CAN be renamed or removed without notice. They are not intended for general use. While they can be helpful in isolated cases of troubleshooting, they are intended mostly for testing or other activities within Gradle development. The behavior behind the internal property can change at any time and without notice.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/GradleBuildToolRootProject.kt
} params { param("enableIsolatedProjects", "false") // TODO: remove as soon as CI is compatible with enabling IP param("env.GRADLE_OPTS", "-Dorg.gradle.unsafe.isolated-projects=false") }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 1.3K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.kotlin-dsl-gradle-plugin.gradle.kts
} tasks.withType<KotlinCompile>().configureEach { compilerOptions { allWarningsAsErrors = true } } detekt { // overwrite the config file's location config.convention(project.isolated.rootProject.projectDirectory.file("../gradle/detekt.yml")) } tasks.named("codeQuality") { dependsOn("detekt") } tasks.validatePlugins { failOnWarning = true enableStricterValidation = true }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 1.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/CheckProject.kt
params { if (model.branch.isMaster || model.branch.isExperimental) { param("env.GRADLE_OPTS", "-Dorg.gradle.unsafe.isolated-projects=%enableIsolatedProjects%") } param("credentialsStorageType", "credentialsJSON") // Disallow Web UI changes to TeamCity settingsCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 03 10:41:06 GMT 2026 - 4.1K bytes - Click Count (1) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0) -
.teamcity/test-buckets.json
} }, { "subprojects": [ "base-ide-plugins", "build-process-services", "docs-asciidoctor-extensions-base", "gradle-cli", "isolated-action-services", "logging-api", "plugin-use", "serialization", "time", "toolchains-jvm-shared", "versioned-cache" ],Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
.github/CODEOWNERS
testing/performance/ @gradle/bt-developer-productivity testing/smoke-test/ @gradle/bt-product-operations testing/smoke-test/src/**/*IsolatedProjects* @gradle/bt-product-operations @gradle/bt-isolated-projects-project testing/soak/ @gradle/bt-developer-productivity testing/distributions-integ-tests @gradle/bt-developer-productivity
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0)