- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 58 for limbs (0.02 seconds)
-
build-logic-commons/basics/build.gradle.kts
api(platform(projects.buildPlatform)) implementation(buildLibs.guava) { because("Used by class analysis") } implementation(libs.asm) { because("Used by class analysis") } implementation(libs.asmCommons) { because("Used by class analysis") } compileOnly(buildLibs.kotlinCompilerEmbeddable) { because("Required by KotlinSourceParser") }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 903 bytes - Click Count (0) -
.idea/checkstyle-idea.xml
<map> <entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" /> <entry key="checkstyle-version" value="8.42" /> <entry key="copy-libs" value="false" /> <entry key="location-0" value="BUNDLED:(bundled):Sun Checks" /> <entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 10 23:06:44 GMT 2021 - 961 bytes - Click Count (0) -
build-logic/src/main/kotlin/okhttp.base-conventions.gradle.kts
import okhttp3.buildsupport.platform import okhttp3.buildsupport.testJavaVersion import org.gradle.kotlin.dsl.withType import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val libs = extensions.getByType<VersionCatalogsExtension>().named("libs") group = "com.squareup.okhttp3" version = "5.4.0-SNAPSHOT" val platform = project.platform val testJavaVersion = project.testJavaVersion
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 1.9K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/tasks/IncubatingApiReportTask.kt
abstract class IncubatingApiReportTask : DefaultTask() { private val additionalClasspath = project.objects.fileCollection().apply { val libs = project.the<VersionCatalogsExtension>().named("libs") from( project.configurations.detachedConfiguration( project.dependencies.create(libs.findLibrary("kotlinCompilerEmbeddable").get().get()) ) ) } @get:InputFile
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 2.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
to.attribute(ARTIFACT_TYPE, 'gradle-libs-dir') } registerTransform(FindGradleClasspath) { from.attribute(ARTIFACT_TYPE, 'gradle-libs-dir') to.attribute(ARTIFACT_TYPE, 'gradle-classpath') } dependencies.registerTransform(FindGradleJars) { from.attribute(ARTIFACT_TYPE, 'gradle-libs-dir') to.attribute(ARTIFACT_TYPE, 'gradle-baseline-jars') } }
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) -
okhttp-urlconnection/build.gradle.kts
"-removeheaders: Private-Package", ) project.applyJavaModules("okhttp3.urlconnection") dependencies { "friendsApi"(projects.okhttp) api(projects.okhttpJavaNetCookiejar) compileOnly(libs.animalsniffer.annotations)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 595 bytes - Click Count (0) -
okhttp-java-net-cookiejar/build.gradle.kts
"Bundle-SymbolicName: com.squareup.okhttp3.java.net.cookiejar", ) project.applyJavaModules("okhttp3.java.net.cookiejar") dependencies { "friendsApi"(projects.okhttp) compileOnly(libs.animalsniffer.annotations)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 452 bytes - Click Count (0) -
build-logic/binary-compatibility/build.gradle.kts
implementation(buildLibs.gson) implementation(buildLibs.guava) implementation(buildLibs.javaAssist) implementation(buildLibs.kotlinMetadata) implementation(buildLibs.jspecify) implementation(libs.asm) compileOnly(buildLibs.kotlinCompilerEmbeddable) testImplementation(buildLibs.jsoup) testImplementation(testLibs.junit5JupiterEngine) } tasks.compileGroovy.configure {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 927 bytes - Click Count (0) -
samples/crawler/build.gradle.kts
id("okhttp.testing-conventions") application } application { mainClass.set("okhttp3.sample.Crawler") } dependencies { implementation(projects.okhttp) implementation(libs.jsoup) } tasks.compileJava { options.isWarnings = false
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 335 bytes - Click Count (0) -
okhttp-sse/build.gradle.kts
dependencies { api(projects.okhttp) testImplementation(projects.okhttpTestingSupport) testImplementation(projects.mockwebserver3) testImplementation(projects.mockwebserver3Junit5) testImplementation(libs.junit)Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 536 bytes - Click Count (0)