Fork identity: rename across module metadata, CI pipeline, and build scripts. Version scheme changed from v4.5-115-f388529 to v4.6-117 format, commit count auto-increments, git hash dropped from filenames.
22 lines
354 B
Kotlin
22 lines
354 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "TEESimulator-RS"
|
|
|
|
include(":stub")
|
|
|
|
include(":app")
|