35 lines
898 B
Kotlin
35 lines
898 B
Kotlin
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* The settings file is used to specify which projects to include in your build.
|
|
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.5/userguide/building_swift_projects.html in the Gradle documentation.
|
|
*/
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
kotlin("jvm") version "2.2.10" apply false
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "nx-root-project"
|
|
|
|
include("gradle-batch-runner")
|
|
project(":gradle-batch-runner").projectDir = file("packages/gradle/batch-runner")
|
|
|
|
include("gradle-project-graph")
|
|
project(":gradle-project-graph").projectDir = file("packages/gradle/project-graph")
|