Skip to content

Commit

Permalink
Merge branch 'main' into more-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Nov 19, 2023
2 parents e0f1fc6 + 9ee68eb commit 9f66596
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Gradle plugin that visualises tests execution schedule**

[![build status](https://img.shields.io/github/actions/workflow/status/platan/tests-execution-chart/ci.yml?branch=main)](https://github.com/platan/tests-execution-chart/actions/workflows/ci.yml)
[![Codecov](https://img.shields.io/codecov/c/github/platan/tests-execution-chart)](https://app.codecov.io/gh/platan/tests-execution-chart)
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/io.github.platan.tests-execution-chart)](https://plugins.gradle.org/plugin/io.github.platan.tests-execution-chart)
[![This project is using Percy.io for visual regression testing.](https://img.shields.io/badge/visual%20testing-percy-9E66BF?logo=percy&logoColor=white)](https://percy.io/e8832041/tests-execution-chart)

Expand Down
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 "1.9.10"
id("org.jetbrains.kotlin.jvm") version "1.9.20"
`java-gradle-plugin`
`maven-publish`
groovy
id("com.gradle.plugin-publish") version "1.2.1"
id("com.diffplug.spotless") version "6.22.0"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("io.github.platan.tests-execution-chart") version "0.6.0"
kotlin("plugin.serialization") version "1.9.10"
kotlin("plugin.serialization") version "1.9.20"
id("pl.allegro.tech.build.axion-release") version "1.15.5"
id("com.github.ben-manes.versions") version "0.49.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1"
Expand Down
6 changes: 3 additions & 3 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 "1.9.10"
kotlin("plugin.serialization") version "1.9.10"
id("org.jetbrains.kotlin.jvm") version "1.9.20"
kotlin("plugin.serialization") version "1.9.20"
`maven-publish`
id("org.jetbrains.kotlinx.kover") version "0.7.4"
signing
Expand All @@ -9,7 +9,7 @@ plugins {

dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
Expand Down

0 comments on commit 9f66596

Please sign in to comment.