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 77afc79 commit 5dd330d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ plugins {
kotlin("jvm") version libs.versions.kotlin.get()
java
id("kediatr-publishing") apply false
alias(libs.plugins.gitVersion)
alias(libs.plugins.spotless)
}

val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDetails> by extra
val details = versionDetails()
version = details.lastTag
version = "3.1.0"

subprojectsOf("projects") {
apply {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
org.gradle.parallel=false
org.gradle.caching=true
org.gradle.configuration-cache=true
projectDescription=Mediator implementation in Kotlin with native coroutine support
projectUrl=https://github.com/Trendyol/kediatR
licenceUrl=https://github.com/Trendyol/kediatR/blob/master/LICENCE
licence=MIT Licence
org.gradle.jvmargs=-XX:+UseParallelGC
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin" }
quarkus-junit5 = { module = "io.quarkus:quarkus-junit5", version.ref = "quarkus" }
quarkus-jacoco = { module = "io.quarkus:quarkus-jacoco", version.ref = "quarkus" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }

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

0 comments on commit 5dd330d

Please sign in to comment.