From efea162372be99beb4de90929629c7ebccdb8d84 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 7 May 2021 13:34:51 +0200 Subject: 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. --- gradle.properties | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index ea35e589..52648593 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,37 +22,3 @@ # For Dokka https://github.com/Kotlin/dokka/issues/1405 org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G - -# Dependencies -kotlinx-coroutines.version = 1.4.3 - -# Dependencies (Logging) -kotlin-logging.version = 2.0.6 -slf4j.version = 1.7.30 -log4j.version = 2.14.1 - -# Dependencies (Telemetry) -opentelemetry-api.version = 1.1.0 -opentelemetry-api-metrics.version = 1.1.0-alpha -opentelemetry-sdk.version = 1.1.0 -opentelemetry-sdk-metrics.version = 1.1.0-alpha - -# Dependencies (CLI) -clikt.version = 3.1.0 -progressbar.version = 0.9.0 - -# Dependencies (Format) -jackson-module-kotlin.version = 2.12.0 -parquet-avro.version = 1.11.1 -hadoop-client.version = 3.2.1 - -# Dependencies (Other) -sentry-log4j2.version = 4.2.0 -mongodb-driver-sync.version = 4.2.1 -classgraph.version = 4.8.102 -config.version = 1.4.1 - -# Dependencies (Testing) -junit-jupiter.version = 5.7.1 -junit-platform.version = 1.7.1 -mockk.version = 1.11.0 -- cgit v1.2.3