We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66546b0 commit 2ad5ec1Copy full SHA for 2ad5ec1
build.gradle
@@ -12,6 +12,9 @@ plugins {
12
id 'org.jreleaser' version '1.19.0'
13
}
14
15
+group = 'io.appium'
16
+version = appiumClientVersion
17
+
18
repositories {
19
mavenCentral()
20
@@ -175,6 +178,9 @@ signing {
175
178
176
179
177
180
jreleaser {
181
+ project {
182
+ version = project.version
183
+ }
184
signing {
185
active = 'ALWAYS'
186
armored = true
0 commit comments