| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-07 | build: Access version catalog from buildSrc | Fabian Mastenbroek | |
| This change adds a workaround to the build configuration so that we can access the version catalog from pre-compiled scripts in buildSrc. In this way, we can use the version catalog everywhere. This workaround is necessary until https://github.com/gradle/gradle/issues/15383 is fixed. | |||
| 2021-05-07 | build: Use Gradle version catalog | Fabian Mastenbroek | |
| This change adds support for the Gradle version catalog feature in our build configuration. This allows us to have a single file, gradle/libs.versions.toml, which contains all the dependency versions used in this project. | |||
