Skip to content

Commit 650a38d

Browse files
committed
add bump plugin
1 parent d41fbf7 commit 650a38d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
alias(libs.plugins.jacocolog)
44
id("test-report-aggregation")
55
id("io.openapiprocessor.build.plugin.publish")
6+
id("io.openapiprocessor.build.plugin.bump")
67
}
78

89
group = "io.openapiprocessor"
@@ -27,3 +28,9 @@ publishingCentral {
2728
deploymentDir = layout.buildDirectory.dir("deployment")
2829
deploymentName = "parser"
2930
}
31+
32+
bump {
33+
toml = layout.projectDirectory.file("./gradle/libs.versions.toml")
34+
sectionKey = "versions"
35+
versionKey = "openapiparser"
36+
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapiparser = "2026.2b1-SNAPSHOT"
33

44
build-jdk = "17"
55
test-jdk = "17"
6-
build-plugins = "2026.2"
6+
build-plugins = "2026.3-SNAPSHOT"
77

88
# using the embedded kotlin version of Gradle to avoid mixed versions
99
kotlin = "2.3.0"

0 commit comments

Comments
 (0)