Skip to content

Commit 1fc0136

Browse files
committed
wip
1 parent 5dd330d commit 1fc0136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 = "3.1.0"
10+
version = properties["version"].toString()
1111

1212
subprojectsOf("projects") {
1313
apply {

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +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"

0 commit comments

Comments
 (0)