Skip to content

Commit 5723455

Browse files
committed
build(gradle): Also set the version for the buildSrc project
For completeness, also set the version here (which is usually done via a conventions plugin), even if the `buildSrc` artifacts are not published. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent f57737c commit 5723455

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ dependencies {
4949
implementation(libs.plugin.ksp)
5050
implementation(libs.plugin.mavenPublish)
5151
}
52+
53+
version = rootProject.version

0 commit comments

Comments
 (0)