Skip to content

Commit c6963fe

Browse files
Coditory CICoditory CI
authored andcommitted
Release v0.1.11
[ci-skip]
1 parent 775bef6 commit c6963fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build Gradle Plugin
22
[![Build Status](https://github.com/coditory/gradle-build-plugin/workflows/Build/badge.svg?branch=master)](https://github.com/coditory/gradle-build-plugin/actions?query=workflow%3ABuild+branch%3Amaster)
33
[![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-build-plugin/badge.svg?branch=master)](https://coveralls.io/github/coditory/gradle-build-plugin?branch=master)
4-
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.10-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
4+
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.11-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
55
[![Join the chat at https://gitter.im/coditory/gradle-build-plugin](https://badges.gitter.im/coditory/gradle-build-plugin.svg)](https://gitter.im/coditory/gradle-integration-test-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

77
This plugin applies a typical configuration for Coditory JVM projects:
@@ -15,7 +15,7 @@ Add to your `build.gradle`:
1515

1616
```gradle
1717
plugins {
18-
id 'com.coditory.build' version '0.1.10'
18+
id 'com.coditory.build' version '0.1.11'
1919
}
2020
```
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.10
1+
version=0.1.11

0 commit comments

Comments
 (0)