- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for mavenCentral (0.07 seconds)
-
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/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) -
.teamcity/pom.xml
<snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>maven_central</id> <name>Maven Central</name> <url>https://repo.maven.apache.org/maven2/</url> </repository> </repositories> <pluginRepositories> <pluginRepository>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 22:03:46 GMT 2026 - 7.4K bytes - Click Count (2)