jolt build folder

This commit is contained in:
marauder2k7 2026-05-17 18:51:01 +01:00
parent 8acf7da95b
commit 4beee81c12
48 changed files with 1556 additions and 0 deletions

View file

@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Jolt Physics"
include ':UnitTests'
include ':PerformanceTest'