- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for maven_central (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
settings.gradle.kts
@file:Suppress("UnstableApiUsage") pluginManagement { includeBuild("build-logic") repositories { mavenCentral() gradlePluginPortal() google() } } rootProject.name = "okhttp-parent" dependencyResolutionManagement { repositories { mavenCentral() google() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version("1.0.0") } include(":mockwebserver")Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.3K bytes - Click Count (0) -
build-logic/build.gradle.kts
kotlin { target("src/**/*.kt") ktlint() } kotlinGradle { target("*.kts") targetExclude("build/**/*.kts") ktlint() } } repositories { google() mavenCentral() gradlePluginPortal() } dependencies { implementation(libs.gradlePlugin.kotlin) implementation(libs.gradlePlugin.mavenPublish) implementation(libs.gradlePlugin.dokka)Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 18 18:05:02 GMT 2026 - 1.1K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
} } maven { name = "CHAMP libs" url = uri("https://releases.usethesource.io/maven/") mavenContent { includeGroup("io.usethesource") } } mavenCentral()Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Sep 05 12:30:31 GMT 2025 - 1.6K bytes - Click Count (0) -
build-logic-settings/settings.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ dependencyResolutionManagement { repositories { mavenCentral() gradlePluginPortal() } versionCatalogs { create("buildLibs") { from(files("../gradle/dependency-management/build.versions.toml"))Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:57 GMT 2026 - 1.8K bytes - Click Count (0) -
build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt
fun Project.configureTestWithLeftover(ignoreFailures: Boolean, hasLeftover: Boolean) { apply(plugin = "java-library") repositories { mavenCentral() } dependencies { "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.8.1")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Feb 10 00:16:44 GMT 2026 - 11.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
apply(plugin = "kotlin") the<GradleModuleExtension>().identity.baseName.set("api-module") repositories { mavenCentral() } dependencies { "implementation"(gradleApi()) "implementation"(kotlin("stdlib"))
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (0)