Skip to content

Commit 2ad5ec1

Browse files
fix: jreleaser in build.gradle
Co-authored-by: Saikrishna321 <saikrishna321@yahoo.com>
1 parent 66546b0 commit 2ad5ec1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ plugins {
1212
id 'org.jreleaser' version '1.19.0'
1313
}
1414

15+
group = 'io.appium'
16+
version = appiumClientVersion
17+
1518
repositories {
1619
mavenCentral()
1720

@@ -175,6 +178,9 @@ signing {
175178
}
176179

177180
jreleaser {
181+
project {
182+
version = project.version
183+
}
178184
signing {
179185
active = 'ALWAYS'
180186
armored = true

0 commit comments

Comments
 (0)