- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 2,556 for build1 (0.04 sec)
-
build-logic/jvm/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure conventions used by Kotlin, Java and Groovy projects to build Gradle" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(projects.dependencyModules) implementation("org.eclipse.jgit:org.eclipse.jgit") implementation("org.jsoup:jsoup")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Mar 11 08:32:55 UTC 2025 - 718 bytes - Viewed (0) -
build-logic/build-update-utils/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") id("gradlebuild.build-logic.groovy-dsl-gradle-plugin") } description = "Provides plugins that create update tasks for the Gradle build" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation("com.google.code.gson:gson") implementation("org.jsoup:jsoup")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Oct 24 09:10:28 UTC 2025 - 405 bytes - Viewed (0) -
okcurl/build.gradle.kts
attributes("Main-Class" to "okhttp3.curl.MainCommandLineKt") } } tasks.shadowJar { mergeServiceFiles() } tasks.withType<Test> { onlyIf("native build requires Java 17") { testJavaVersion > 17 } } apply(plugin = "org.graalvm.buildtools.native") configure<GraalVMExtension> { binaries { named("main") { imageName = "okcurl"
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Jul 22 20:31:49 UTC 2025 - 1.6K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ plugins { id("java-library") } description = "Provides a custom CodeNarc rule used by the Gradle build" group = "gradlebuild" dependencies { api(platform(projects.buildPlatform)) compileOnly(localGroovy()) compileOnly("org.codenarc:CodeNarc") { exclude(group = "org.apache.groovy")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Sep 17 10:11:26 UTC 2024 - 980 bytes - Viewed (0) -
ci/official/containers/ml_build/builder.packages.txt
# Other build-related tools apt-transport-https autoconf automake build-essential ca-certificates curl git parallel sudo swig unzip zip openjdk-21-jdk vim wget jq
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Nov 03 23:35:06 UTC 2025 - 168 bytes - Viewed (0) -
build-logic/binary-compatibility/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") id("gradlebuild.build-logic.groovy-dsl-gradle-plugin") } description = "Provides a plugin for configuring japicmp-gradle-plugin to detect binary incompatible changes" dependencies { api("me.champeau.gradle:japicmp-gradle-plugin") implementation(projects.dependencyModules) implementation("gradlebuild:basics") implementation("gradlebuild:module-identity")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jul 04 09:21:38 UTC 2025 - 1K bytes - Viewed (0) -
regression-test/build.gradle.kts
namespace = "okhttp.android.regression" defaultConfig { minSdk = 21 targetSdk = 34 // Make sure to use the AndroidJUnitRunner (or a sub-class) in order to hook in the JUnit 5 Test Builder testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments += mapOf(
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Mon Mar 17 15:11:24 UTC 2025 - 1.6K bytes - Viewed (0) -
build-logic/integration-testing-kotlin/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } dependencies { implementation(projects.integrationTesting)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 08 14:54:27 UTC 2024 - 137 bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/build.gradle.kts
plugins { id("gradlebuild.kotlin-shared-runtime") } description = "Provides Kotlin DSL code that is shared between build-logic and runtime" dependencies { compileOnly(platform("gradlebuild:build-platform")) compileOnly(kotlin("stdlib")) compileOnly("org.ow2.asm:asm-tree") compileOnly("com.google.code.findbugs:jsr305") compileOnly("org.jspecify:jspecify")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 385 bytes - Viewed (0) -
ci/official/containers/ml_build/builder.requirements.txt
# For wheel verification, and uploading auditwheel ~= 6.1.0 twine ~= 6.1.0 id urllib3 requests # For XLA pyyaml # For JAX build ~= 1.2.2 # uv is faster than pip for installing Python packages. uv ~= 0.5.30 # For running wheel verification script
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Oct 30 20:25:44 UTC 2025 - 271 bytes - Viewed (0)