- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 470 for Tasks (0.02 seconds)
-
.github/workflows/codeql-analysis.init.gradle
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ allprojects { tasks.withType(JavaCompile).configureEach { outputs.doNotCacheIf("CodeQL scanning", { true }) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sat Oct 10 05:36:54 GMT 2020 - 745 bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/WarmupEc2Agent.kt
param("defaultBranchName", "master") param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) } steps { gradleWrapper { name = "Resolve all dependencies" tasks = "resolveAllDependencies" gradleParams = ( buildToolGradleParameters(isContinue = false) + listOf("--dependency-verification", "lenient")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 1.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
action.execute(kotlinDslReference); } /** * This property is wired into very slow documentation generation tasks. * * Passing -PquickDocs will disable slow documentation tasks. * */ public abstract Property<Boolean> getQuickFeedback();
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 20 14:11:17 GMT 2024 - 4.4K bytes - Click Count (0) -
container-tests/build.gradle.kts
plugins { kotlin("jvm") } val platform = System.getProperty("okhttp.platform", "jdk9") val testJavaVersion = System.getProperty("test.java.version", "21").toInt() tasks.withType<Test> { useJUnitPlatform() onlyIf("By default not in CI") { System.getenv("CI") == null || (project.hasProperty("containerTests") && project.property("containerTests").toString().toBoolean()) } jvmArgs( "-Dokhttp.platform=$platform",Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Mar 17 14:46:34 GMT 2024 - 1.1K bytes - Click Count (1) -
build-logic-settings/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ description = "Provides settings plugins for configuring global build configuration" tasks.register("check") { dependsOn(subprojects.map { "${it.name}:check" })
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 04:30:54 GMT 2025 - 785 bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
### Platforms The platforms and their architecture modules are: #### Core automation platform This is a general-purpose automation platform which takes care of the efficient definition and execution of work, such as tasks. This platform is agnostic to what exactly the purpose of the work is. It might be creating an application, setting up development environments, orchestrating deployments, running simulations, etc.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Feb 25 22:19:29 GMT 2024 - 4.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 18K bytes - Click Count (0) -
dbflute_fess/schema/_readme.txt
Directory for files of schema info Files are auto-generated by DBFlute tasks.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 129 bytes - Click Count (0) -
samples/guide/build.gradle.kts
implementation(libs.squareup.okio.fakefilesystem) ksp(libs.squareup.moshi.compiler) } java { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } } tasks.compileJava { options.isWarnings = false
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat May 17 05:15:32 GMT 2025 - 554 bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.task-properties-validation.gradle.kts
* limitations under the License. */ plugins { java } val validateTaskName = "validatePlugins" val reportFileName = "task-properties/report.txt" tasks.register<ValidatePlugins>(validateTaskName) { val main = project.sourceSets.main.get() classes.from(main.output) classpath.from(main.runtimeClasspath)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jan 20 15:24:40 GMT 2023 - 1008 bytes - Click Count (0)