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

Commit 2b2a2c4

Browse files
committed
Merge branch 'release/prepare-gradle-plugin-convention-release-0.2.1'
2 parents 2f06470 + 13cfcd7 commit 2b2a2c4

File tree

15 files changed

+43
-5
lines changed

15 files changed

+43
-5
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
@@ -72,7 +72,7 @@ curl "https://img.shields.io/badge/Plugin_Development-→-orange.svg?style=flat"
7272

7373
- Gradle plugin convention
7474
```bash
75-
curl "https://img.shields.io/badge/PluginConvention-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-plugin-convention.svg
75+
curl "https://img.shields.io/badge/PluginConvention-v0.2.1-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-plugin-convention.svg
7676
```
7777
- Gradle test util
7878
```bash

plugin-development/gradle-plugin-convention/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ 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/plugin-dev-convention@v0.2.0...main)
12+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-dev-convention@v0.2.1...main)
13+
14+
## [0.2.1](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-dev-convention@v0.2.1)
15+
16+
See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-dev-convention@v0.2.0...plugin-dev-convention@v0.2.1)
17+
18+
### Bumped
19+
20+
- Version Catalog Accessor 0.1.1 -> 0.2.0
1321

1422
## [0.2.0](https://github.com/bitfunk/gradle-plugins/releases/tag/plugin-dev-convention@v0.2.0)
1523

plugin-development/gradle-plugin-convention/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
}
3434

3535
group = "eu.bitfunk.gradle.plugin.development.convention"
36-
version = "0.2.0"
36+
version = "0.2.1"
3737

3838
repositories {
3939
gradlePluginPortal()

plugin-development/gradle-plugin-convention/gradle/libs-plugin-convention.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test-gradleTestUtil = "0.2.0"
88
plugin-kotlin-gradleDsl = "4.0.6"
99
plugin-kotlin-binaryCompatibility = "0.13.0"
1010
plugin-mavenPublish = "0.24.0"
11-
plugin-versionCatalogAccessor = "0.1.1"
11+
plugin-versionCatalogAccessor = "0.2.0"
1212

1313
[libraries]
1414
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

plugins/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gradle/wrapper/
2+
gradlew
3+
gradlew.bat

plugins/quality/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gradle/wrapper/
2+
gradlew
3+
gradlew.bat
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gradle/wrapper/
2+
gradlew
3+
gradlew.bat

plugins/quality/formatter/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gradle/wrapper/
2+
gradlew
3+
gradlew.bat

plugins/quality/report/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gradle/wrapper/
2+
gradlew
3+
gradlew.bat

0 commit comments

Comments
 (0)