diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-07 13:34:51 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-07 13:34:51 +0200 |
| commit | efea162372be99beb4de90929629c7ebccdb8d84 (patch) | |
| tree | 068a38613d29bdbd4fe39aee90fde86343c656f3 /gradle | |
| parent | 324d7eccf5892a509dc76c7abcecf20fec09a877 (diff) | |
build: Access version catalog from buildSrc
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.
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 79237cd1..12cbfb4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,6 +39,9 @@ parquet = { module = "org.apache.parquet:parquet-avro", version = "1.12.0" } yaml = { module = "org.yaml:snakeyaml", version = "1.28" } config = { module = "com.typesafe:config", version = "1.4.1" } +# Benchmark +kotlinx-benchmark-runtime-jvm = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime-jvm", version = "0.3.0" } + # Other mongodb = { module = "org.mongodb:mongodb-driver-sync", version = "4.2.3" } classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.105" } |
