File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Build Gradle Plugin
2
2
[ ![ Build] ( https://github.com/coditory/gradle-build-plugin/actions/workflows/build.yml/badge.svg )] ( https://github.com/coditory/gradle-build-plugin/actions/workflows/build.yml )
3
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/coditory/gradle-build-plugin/badge.svg )] ( https://coveralls.io/github/coditory/gradle-build-plugin )
4
- [ ![ Gradle Plugin Portal] ( https://img.shields.io/badge/Plugin_Portal-v0.1.19 -green.svg )] ( https://plugins.gradle.org/plugin/com.coditory.build )
4
+ [ ![ Gradle Plugin Portal] ( https://img.shields.io/badge/Plugin_Portal-v0.1.20 -green.svg )] ( https://plugins.gradle.org/plugin/com.coditory.build )
5
5
6
6
This plugin applies a typical configuration for Coditory JVM projects:
7
7
- Adds [ manifest generation] ( https://github.com/coditory/gradle-manifest-plugin )
@@ -14,7 +14,7 @@ Add to your `build.gradle`:
14
14
15
15
``` gradle
16
16
plugins {
17
- id 'com.coditory.build' version '0.1.19 '
17
+ id 'com.coditory.build' version '0.1.20 '
18
18
}
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments