File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff 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
1512subprojectsOf(" projects" ) {
1613 apply {
Original file line number Diff line number Diff line change 11org.gradle.parallel =false
22org.gradle.caching =true
3+ org.gradle.configuration-cache =true
34projectDescription =Mediator implementation in Kotlin with native coroutine support
45projectUrl =https://github.com/Trendyol/kediatR
56licenceUrl =https://github.com/Trendyol/kediatR/blob/master/LICENCE
67licence =MIT Licence
8+ org.gradle.jvmargs =-XX:+UseParallelGC
Original file line number Diff line number Diff line change @@ -25,14 +25,11 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
2525koin-test = { module = " io.insert-koin:koin-test" , version.ref = " koin" }
2626koin-test-junit5 = { module = " io.insert-koin:koin-test-junit5" , version.ref = " koin" }
2727quarkus-junit5 = { module = " io.quarkus:quarkus-junit5" , version.ref = " quarkus" }
28- quarkus-jacoco = { module = " io.quarkus:quarkus-jacoco" , version.ref = " quarkus" }
2928detekt-formatting = { module = " io.gitlab.arturbosch.detekt:detekt-formatting" , version.ref = " detekt" }
3029
3130[plugins ]
3231kover = { id = " org.jetbrains.kotlinx.kover" , version = " 0.8.3" }
3332testLogger = { id = " com.adarshr.test-logger" , version = " 4.0.0" }
3433detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
3534spotless = { id = " com.diffplug.spotless" , version = " 6.25.0" }
36- gitVersion = { id = " com.palantir.git-version" , version = " 3.1.0" }
3735quarkus = { id = " io.quarkus" , version.ref = " quarkus" }
38- allOpen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments