- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 249 for gradlebuild (0.47 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/gradle-plugin/build.gradle.kts
import org.gradle.kotlin.dsl.support.expectedKotlinDslPluginsVersion plugins { `kotlin-dsl` } group = "gradlebuild" description = "Provides plugins used to create a Gradle plugin with Groovy or Kotlin DSL within build-logic builds" dependencies { compileOnly(buildLibs.develocityPlugin) api(platform(projects.buildPlatform)) implementation(projects.basics) implementation(projects.moduleIdentity)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 768 bytes - Click Count (0) -
build-logic-commons/build-platform/build.gradle.kts
plugins { `java-platform` } group = "gradlebuild" description = "Provides a platform that constrains versions of external dependencies used by Gradle" // To try out newer kotlin versions val kotlinVersion = providers.gradleProperty("buildKotlinVersion") .getOrElse(embeddedKotlinVersion) dependencies { constraints { val distributionDependencies = versionCatalogs.named("buildLibs")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 25 02:25:37 GMT 2026 - 897 bytes - Click Count (0) -
build-logic-commons/basics/build.gradle.kts
plugins { `kotlin-dsl` } description = "Provides plugins for configuring miscellaneous things (repositories, reproducibility, minify)" group = "gradlebuild" dependencies { api("gradlebuild:build-environment") api(platform(projects.buildPlatform)) implementation(buildLibs.guava) { because("Used by class analysis") } implementation(libs.asm) { because("Used by class analysis") }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-settings/architecture-docs/src/main/kotlin/gradlebuild/GeneratePlatformsDataTask.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild import com.google.gson.Gson import org.gradle.api.DefaultTask import org.gradle.api.file.RegularFileProperty import org.gradle.api.provider.ListProperty import org.gradle.api.tasks.Input
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 1.6K bytes - Click Count (0) -
build-logic-settings/build-environment/build.gradle.kts
* limitations under the License. */ plugins { `kotlin-dsl` } description = "Provides plugins for configuring build environment"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jan 22 14:28:13 GMT 2025 - 737 bytes - Click Count (0) -
build-logic-settings/architecture-docs/build.gradle.kts
* limitations under the License. */ 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) -
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GradleArchitecture.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild import org.gradle.api.initialization.Settings /** * Defines a top-level architecture module. */ fun Settings.module(moduleName: String, moduleConfiguration: ArchitectureModuleBuilder.() -> Unit) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 1.9K bytes - Click Count (0) -
build-logic-settings/version-catalogs/build.gradle.kts
* limitations under the License. */ plugins { `kotlin-dsl` } description = "Provides plugin for configuring version catalogs"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 08:21:04 GMT 2026 - 735 bytes - Click Count (0) -
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/ProjectStructure.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild import java.io.File abstract class ProjectStructure { val architectureElements = mutableListOf<ArchitectureElementBuilder>() val projectBaseDirs = mutableListOf<File>()Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 818 bytes - Click Count (0) -
build-logic-settings/default-settings-plugins/build.gradle.kts
* limitations under the License. */ plugins { `kotlin-dsl` } description = "Provides plugin for configuring default settings plugins" group = "gradlebuild" dependencies { implementation(buildLibs.develocityPlugin) implementation(buildLibs.develocityConventions) implementation(buildLibs.foojayConventions)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 909 bytes - Click Count (0)