- Sort Score
- Num 10 results
- Language All
Results 11 - 16 of 16 for buildLibs (0.04 seconds)
-
build-logic-commons/module-identity/build.gradle.kts
group = "gradlebuild" dependencies { api(platform(projects.buildPlatform)) implementation(projects.basics) implementation(buildLibs.gson)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 279 bytes - Click Count (0) -
build-logic-commons/publishing/build.gradle.kts
description = "Provides a plugin for publishing some of Gradle's subprojects to Artifactory or the Plugin Portal" dependencies { implementation(projects.basics) implementation(projects.moduleIdentity) implementation(buildLibs.publishPlugin)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 310 bytes - Click Count (0) -
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) -
build-logic/build-update-utils/build.gradle.kts
dependencies { implementation(projects.jvm) implementation("gradlebuild:basics") implementation("gradlebuild:module-identity") implementation(buildLibs.gson) implementation(buildLibs.jsoup)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 423 bytes - Click Count (0) -
build-logic-commons/code-quality-rules/build.gradle.kts
} description = "Provides a custom CodeNarc rule used by the Gradle build" group = "gradlebuild" dependencies { api(platform(projects.buildPlatform)) compileOnly(localGroovy()) compileOnly(buildLibs.codenarc) { exclude(group = "org.apache.groovy") exclude(group = "org.codehaus.groovy") }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 975 bytes - Click Count (0) -
build-logic-settings/architecture-docs/build.gradle.kts
plugins { `kotlin-dsl` } description = "Provides plugin for generating architecture documentation" group = "gradlebuild" dependencies { implementation(project(":build-environment")) implementation(buildLibs.gson)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 847 bytes - Click Count (0)