- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for build_file (0.05 sec)
-
.teamcity/src/main/kotlin/common/CommonExtensions.kt
*/ fun BuildSteps.gradleWrapper( buildType: BuildType? = null, init: GradleBuildStep.() -> Unit, ): GradleBuildStep = customGradle(init) { useGradleWrapper = true if (buildFile == null) { buildFile = "" // Let Gradle detect the build script } skipConditionally(buildType) } fun Requirements.requiresOs(os: Os) { contains("teamcity.agent.jvm.os.name", os.agentRequirement)
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
build.gradle.kts
apply(plugin = "biz.aQute.bnd.builder") if (project.name != "okhttp-testing-support") { apply(plugin = "io.github.usefulness.maven-sympathy") } } // Skip samples parent if (project.buildFile.exists() && project.name != "okhttp") { apply(plugin = "com.android.lint") dependencies { "lintChecks"(rootProject.libs.androidx.lint.gradle) } } tasks.withType<JavaCompile> {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0)