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

Commit e057a95

Browse files
committed
Bump Gradle Plugin Convention 0.0.7 -> 0.2.0
1 parent b3ebf16 commit e057a95

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed
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

plugin-development/version-catalog-accessor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [changeset](https://github.com/bitfunk/gradle-plugins/compare/plugin-dev-ver
1313

1414
### Bumped
1515

16-
- Gradle Plugin Convention 0.0.7 -> 0.1.0
16+
- Gradle Plugin Convention 0.0.7 -> 0.2.0
1717
- Jackson Dataformat Toml 2.14.1 -> 2.14.2
1818

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

plugin-development/version-catalog-accessor/api/version-catalog-accessor.api

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ public final class eu/bitfunk/gradle/plugin/development/version/catalog/accessor
4545
public fun configureSourceSet (Lorg/gradle/api/Project;)V
4646
}
4747

48+
public final class eu/bitfunk/gradle/plugin/development/version/catalog/accessor/VersionCatalogAccessorPlugin$inlined$sam$i$org_gradle_api_Action$0 : org/gradle/api/Action {
49+
public fun <init> (Lkotlin/jvm/functions/Function1;)V
50+
public final synthetic fun execute (Ljava/lang/Object;)V
51+
}
52+
4853
public abstract interface class eu/bitfunk/gradle/plugin/development/version/catalog/accessor/VersionCatalogAccessorPluginExtension : eu/bitfunk/gradle/plugin/development/version/catalog/accessor/VersionCatalogAccessorContract$Extension {
4954
}
5055

plugin-development/version-catalog-accessor/gradle/libs-catalog-accessor.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gradlePluginConvention = "0.1.0"
2+
gradlePluginConvention = "0.2.0"
33

44
[libraries]
55
kotlinPoet = "com.squareup:kotlinpoet:1.12.0"

0 commit comments

Comments
 (0)