File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
89group = " 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+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openapiparser = "2026.2b1-SNAPSHOT"
33
44build-jdk = " 17"
55test-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
99kotlin = " 2.3.0"
You can’t perform that action at this time.
0 commit comments