From 1fc013617a0fc05dc9b935c8d7074138834b632e Mon Sep 17 00:00:00 2001 From: Oguzhan Soykan Date: Mon, 28 Oct 2024 15:51:53 +0100 Subject: [PATCH] wip --- build.gradle.kts | 2 +- gradle.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a954453..c5ac9ae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { alias(libs.plugins.spotless) } -version = "3.1.0" +version = properties["version"].toString() subprojectsOf("projects") { apply { diff --git a/gradle.properties b/gradle.properties index 7e858c7..6017c05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,3 +6,4 @@ projectUrl=https://github.com/Trendyol/kediatR licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE licence=MIT Licence org.gradle.jvmargs=-XX:+UseParallelGC +version="3.1.0"