Skip to content

Commit 75477c9

Browse files
committed
clean quotes in version
1 parent 91da20c commit 75477c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
alias(libs.plugins.spotless)
88
}
99

10-
version = properties["version"].toString()
10+
version = properties["version"]!!
1111

1212
subprojectsOf("projects") {
1313
apply {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ projectUrl=https://github.com/Trendyol/kediatR
66
licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE
77
licence=MIT Licence
88
org.gradle.jvmargs=-XX:+UseParallelGC
9-
version="3.1.0"
9+
version=3.1.0

0 commit comments

Comments
 (0)