We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91da20c commit 75477c9Copy full SHA for 75477c9
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
alias(libs.plugins.spotless)
8
}
9
10
-version = properties["version"].toString()
+version = properties["version"]!!
11
12
subprojectsOf("projects") {
13
apply {
gradle.properties
@@ -6,4 +6,4 @@ projectUrl=https://github.com/Trendyol/kediatR
6
licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE
licence=MIT Licence
org.gradle.jvmargs=-XX:+UseParallelGC
-version="3.1.0"
+version=3.1.0
0 commit comments