Skip to content

Commit

Permalink
Release v1.4.2
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
Coditory CI authored and Coditory CI committed Jul 5, 2022
1 parent e13ef00 commit c74bab6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Integration Test Gradle Plugin
[![Build Status](https://github.com/coditory/gradle-integration-test-plugin/workflows/Build/badge.svg?branch=master)](https://github.com/coditory/gradle-integration-test-plugin/actions?query=workflow%3ABuild+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-integration-test-plugin/badge.svg?branch=master)](https://coveralls.io/github/coditory/gradle-integration-test-plugin?branch=master)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.4.1-green.svg)](https://plugins.gradle.org/plugin/com.coditory.integration-test)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.4.2-green.svg)](https://plugins.gradle.org/plugin/com.coditory.integration-test)
[![Join the chat at https://gitter.im/coditory/gradle-integration-test-plugin](https://badges.gitter.im/coditory/gradle-integration-test-plugin.svg)](https://gitter.im/coditory/gradle-integration-test-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**Zero configuration**, **single responsibility** gradle plugin for integration tests.
Expand All @@ -18,7 +18,7 @@ Add to your `build.gradle`:

```gradle
plugins {
id "com.coditory.integration-test" version "1.4.1"
id "com.coditory.integration-test" version "1.4.2"
}
```
### Sample usages with different test frameworks
Expand All @@ -30,7 +30,7 @@ See a [project](https://github.com/coditory/gradle-integration-test-plugin-sampl
```gradle
plugins {
id "java"
id "com.coditory.integration-test" version "1.4.1"
id "com.coditory.integration-test" version "1.4.2"
}
dependencies {
Expand All @@ -45,7 +45,7 @@ dependencies {
```gradle
plugins {
id "java"
id "com.coditory.integration-test" version "1.4.1"
id "com.coditory.integration-test" version "1.4.2"
}
dependencies {
Expand All @@ -65,7 +65,7 @@ tasks.withType(Test) {
```gradle
plugins {
id "groovy"
id "com.coditory.integration-test" version "1.4.1"
id "com.coditory.integration-test" version "1.4.2"
}
dependencies {
Expand All @@ -84,7 +84,7 @@ tasks.withType(Test) {
```gradle
plugins {
kotlin("jvm") version "1.5.21"
id("com.coditory.integration-test") version "1.4.1"
id("com.coditory.integration-test") version "1.4.2"
}
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.4.1
version=1.4.2

0 comments on commit c74bab6

Please sign in to comment.