mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-04 11:14:33 +00:00
10 lines
247 B
Groovy
10 lines
247 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "Jolt Physics"
|
|
include ':UnitTests'
|
|
include ':PerformanceTest'
|