Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Oct 28, 2024
1 parent 5dd330d commit 1fc0136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.spotless)
}

version = "3.1.0"
version = properties["version"].toString()

subprojectsOf("projects") {
apply {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1fc0136

Please sign in to comment.