chore: finish porting build .kts to .gradle

This commit is contained in:
2026-05-13 20:19:52 +02:00
parent 8ef0cebfa9
commit e65a033704
6 changed files with 46 additions and 45 deletions

18
settings.gradle Normal file
View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'lockstep-jukebox'
include ':jukebox'