This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree 5 files changed +22
-10
lines changed
5 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ curl "https://img.shields.io/badge/Quality-→-orange.svg?style=flat" -s -o ../a
26
26
27
27
- Quality collection
28
28
``` bash
29
- curl " https://img.shields.io/badge/QualityCollection-v0.1.2 -orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-collection.svg
29
+ curl " https://img.shields.io/badge/QualityCollection-v0.2.0 -orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-collection.svg
30
30
```
31
31
- Code analysis
32
32
``` bash
Original file line number Diff line number Diff line change @@ -9,7 +9,19 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
9
9
10
10
## [ Unreleased] ( https://github.com/bitfunk/gradle-plugins/releases/latest )
11
11
12
- See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-quality@v0.1.1...main )
12
+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-quality@v0.2.0...main )
13
+
14
+ ## [ 0.2.0] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-quality@v0.2.0 )
15
+
16
+ See [ changeset] ( https://github.com/bitfunk/gradle-plugins/compare/plugin-quality@v0.1.2...plugin-quality@v0.2.0 )
17
+
18
+ ### Bumped
19
+
20
+ - Gradle Convention Plugin 0.1.0 -> 0.2.0
21
+ - Code Analysis Plugin 0.1.1 -> 0.2.0
22
+ - Formatter Plugin 0.1.1 -> 0.2.0
23
+ - Report Plugin 0.1.1 -> 0.2.0
24
+ - Composite Delegator 0.1.0 -> 0.2.0
13
25
14
26
## [ 0.1.2] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-quality@v0.1.2 )
15
27
@@ -19,7 +31,7 @@ See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-quality
19
31
20
32
- Code Analysis Plugin 0.1.0 -> 0.1.1
21
33
- Formatter Plugin 0.1.0 -> 0.1.1
22
- - Gradle Convention Plugin 0.7.0 -> 0.1.0
34
+ - Gradle Convention Plugin 0.0.7 -> 0.1.0
23
35
- Report Plugin 0.1.0 -> 0.1.1
24
36
25
37
## [ 0.1.1] ( https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-quality@v0.1.1 )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
}
24
24
25
25
group = " eu.bitfunk.gradle.plugin.quality"
26
- version = " 0.1.2 "
26
+ version = " 0.2.0 "
27
27
28
28
gradlePlugin {
29
29
plugins.create(" quality" ) {
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- gradleCodeAnalysis = " 0.1.1 "
3
- gradleFormatter = " 0.1.1 "
4
- gradleReport = " 0.1.1 "
2
+ gradleCodeAnalysis = " 0.2.0 "
3
+ gradleFormatter = " 0.2.0 "
4
+ gradleReport = " 0.2.0 "
5
5
6
- gradlePluginConvention = " 0.1.0 "
7
- gradleCompositeDelegator = " 0.1 .0"
6
+ gradlePluginConvention = " 0.2.1 "
7
+ gradleCompositeDelegator = " 0.2 .0"
8
8
9
9
[libraries ]
10
10
gradleCodeAnalysis = { module = " eu.bitfunk.gradle.plugin.quality:code-analysis" , version.ref = " gradleCodeAnalysis" }
You can’t perform that action at this time.
0 commit comments