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"