Skip to content

Commit

Permalink
next snapshot
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Schawo <[email protected]>
  • Loading branch information
frankbregulla1111 and janschawo1111 committed Jun 17, 2024
1 parent 1977577 commit 083ff0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/babbage.conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "de.otto.babbage"
version = "0.4.0"
version = "0.4.1-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_17

repositories {
Expand Down Expand Up @@ -68,6 +68,7 @@ tasks.withType<KotlinCompile> {
detekt {
baseline = file("../detekt-baseline.xml")
config.from(files("../detekt-config.yml"))
config.from(files("../detekt-config.yml"))
buildUponDefaultConfig = true
}

Expand Down

0 comments on commit 083ff0b

Please sign in to comment.