Skip to content

Commit

Permalink
Release v0.1.7
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
Coditory CI authored and Coditory CI committed Nov 10, 2020
1 parent 9342f72 commit 273c2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build Gradle Plugin
[![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)
[![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)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.6-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
[![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v0.1.7-green.svg)](https://plugins.gradle.org/plugin/com.coditory.build)
[![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)

This plugin adds typical build configuration for JVM projects:
Expand All @@ -15,7 +15,7 @@ Add to your `build.gradle`:

```gradle
plugins {
id 'com.coditory.build' version '0.1.6'
id 'com.coditory.build' version '0.1.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.6
version=0.1.7

0 comments on commit 273c2a2

Please sign in to comment.