summaryrefslogtreecommitdiff
path: root/buildSrc/settings.gradle.kts
AgeCommit message (Collapse)Author
2022-08-03build: Update to Gradle 7.5Fabian Mastenbroek
This change updates the build system Gradle to version 7.5, which ships Kotlin 1.6.21. That is the same version currently used by OpenDC and should reduce the warning messages produced by Gradle due to version mismatches.
2022-04-04build: Move build dependencies into version catalogFabian Mastenbroek
This change moves build dependencies used by Gradle into the version catalog to ensure a single location for all dependency versions.
2021-05-06build: Use type-safe project accessorsFabian Mastenbroek
This change updates the build scripts to use type-safe project accessors when specifying build dependencies between modules.
2021-04-25build: Migrate to flat project structureFabian Mastenbroek
This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project.