Skip to content

Commit 5dd330d

Browse files
committed
wip
1 parent 77afc79 commit 5dd330d

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ plugins {
44
kotlin("jvm") version libs.versions.kotlin.get()
55
java
66
id("kediatr-publishing") apply false
7-
alias(libs.plugins.gitVersion)
87
alias(libs.plugins.spotless)
98
}
109

11-
val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDetails> by extra
12-
val details = versionDetails()
13-
version = details.lastTag
10+
version = "3.1.0"
1411

1512
subprojectsOf("projects") {
1613
apply {

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
org.gradle.parallel=false
22
org.gradle.caching=true
3+
org.gradle.configuration-cache=true
34
projectDescription=Mediator implementation in Kotlin with native coroutine support
45
projectUrl=https://github.com/Trendyol/kediatR
56
licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE
67
licence=MIT Licence
8+
org.gradle.jvmargs=-XX:+UseParallelGC

gradle/libs.versions.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
2525
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
2626
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin" }
2727
quarkus-junit5 = { module = "io.quarkus:quarkus-junit5", version.ref = "quarkus" }
28-
quarkus-jacoco = { module = "io.quarkus:quarkus-jacoco", version.ref = "quarkus" }
2928
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
3029

3130
[plugins]
3231
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
3332
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
3433
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
3534
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
36-
gitVersion = { id = "com.palantir.git-version", version = "3.1.0" }
3735
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
38-
allOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" }

0 commit comments

Comments
 (0)