Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit c63c3f6

Browse files
committed
Merge branch 'release/prepare-report-release-0.2.0'
2 parents f14cbfb + f1edf68 commit c63c3f6

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed
Lines changed: 1 addition & 1 deletion
Loading

docs/develop/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ curl "https://img.shields.io/badge/Quality-→-orange.svg?style=flat" -s -o ../a
3838
```
3939
- Report
4040
```bash
41-
curl "https://img.shields.io/badge/Report-v0.1.1-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-report.svg
41+
curl "https://img.shields.io/badge/Report-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-report.svg
4242
```
4343

4444
#### Tool

plugins/quality/report/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,16 @@ This project adheres to [semantic versioning](http://semver.org/spec/v2.0.0.html
99

1010
## [Unreleased](https://github.com/bitfunk/gradle-plugins/releases/latest)
1111

12-
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])
12+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected])
13+
14+
## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
15+
16+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/[email protected]@v0.2.0)
17+
18+
### Bumped
19+
20+
- Gradle Plugin Convention 0.1.0 -> 0.2.0
21+
- Sonarqube Gradle plugin 3.5.0.2730 -> 4.0.0.2929
1322

1423
## [0.1.1](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
1524

@@ -18,7 +27,7 @@ See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-quality
1827
### Bumped
1928

2029
- Sonarqube Gradle plugin 3.4.0.2513 -> 3.5.0.2730
21-
- Gradle Plugin Convention 0.7.0 -> 1.0.0
30+
- Gradle Plugin Convention 0.0.7 -> 0.1.0
2231

2332
## [0.1.0](https://github.com/bitfunk/gradle-plugins/releases/tag/[email protected])
2433

plugins/quality/report/api/report.api

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ public final class eu/bitfunk/gradle/plugin/quality/report/ReportPlugin : eu/bit
3939
public fun configureTasks (Lorg/gradle/api/Project;Leu/bitfunk/gradle/plugin/quality/report/ReportContract$Extension;)V
4040
}
4141

42+
public final class eu/bitfunk/gradle/plugin/quality/report/ReportPlugin$inlined$sam$i$org_gradle_api_Action$0 : org/gradle/api/Action {
43+
public fun <init> (Lkotlin/jvm/functions/Function1;)V
44+
public final synthetic fun execute (Ljava/lang/Object;)V
45+
}
46+
4247
public abstract interface class eu/bitfunk/gradle/plugin/quality/report/ReportPluginExtension : eu/bitfunk/gradle/plugin/quality/report/ReportContract$Extension {
4348
}
4449

plugins/quality/report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = "eu.bitfunk.gradle.plugin.quality"
25-
version = "0.1.1"
25+
version = "0.2.0"
2626

2727
gradlePlugin {
2828
plugins.create("qualityReport") {
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[versions]
2-
gradlePluginConvention = "0.1.0"
2+
gradlePluginConvention = "0.2.1"
3+
sonarqube = "4.0.0.2929"
34

45
[libraries]
5-
gradleSonarqube = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.5.0.2730"
6+
gradleSonarqube = { module = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin", version.ref = "sonarqube" }
67

78
[plugins]
89
gradlePluginConvention = { id = "eu.bitfunk.gradle.plugin.development.convention", version.ref = "gradlePluginConvention" }

0 commit comments

Comments
 (0)