Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…
Browse files Browse the repository at this point in the history
…tion-5
  • Loading branch information
platan authored Dec 20, 2024
2 parents e01cd80 + 268f50c commit bbd081b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import pl.allegro.tech.build.axion.release.domain.hooks.HookContext

plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
`java-gradle-plugin`
`maven-publish`
groovy
id("com.gradle.plugin-publish") version "1.3.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("io.github.platan.tests-execution-chart") version "0.6.1"
kotlin("plugin.serialization") version "2.0.0"
kotlin("plugin.serialization") version "2.1.0"
id("pl.allegro.tech.build.axion-release") version "1.18.2"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MermaidGanttDiagramFormatterToSvgConversionSpec extends Specification {
then:
process.consumeProcessOutput(processOutput, processError)
process.waitForOrKill(60000)
process.waitForOrKill(300000)
assert process.exitValue() == 0, "Process finished with exit code ${process.exitValue()}\nOutput: $processOutput\nError: $processError"
}
Expand Down
4 changes: 2 additions & 2 deletions tests-execution-chart-commons/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
kotlin("plugin.serialization") version "2.0.0"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
kotlin("plugin.serialization") version "2.1.0"
`maven-publish`
id("org.jetbrains.kotlinx.kover") version "0.8.3"
signing
Expand Down

0 comments on commit bbd081b

Please sign in to comment.