Skip to content

Commit 94ef725

Browse files
fix: jreleaser
Co-authored-by: Saikrishna321 <saikrishna321@yahoo.com>
1 parent 2ad5ec1 commit 94ef725

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

build.gradle

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

15+
ext {
16+
seleniumVersion = project.property('selenium.version')
17+
appiumClientVersion = project.property('appiumClient.version')
18+
slf4jVersion = '2.0.17'
19+
}
20+
1521
group = 'io.appium'
1622
version = appiumClientVersion
1723

@@ -35,12 +41,6 @@ java {
3541
withSourcesJar()
3642
}
3743

38-
ext {
39-
seleniumVersion = project.property('selenium.version')
40-
appiumClientVersion = project.property('appiumClient.version')
41-
slf4jVersion = '2.0.17'
42-
}
43-
4444
dependencies {
4545
compileOnly 'org.projectlombok:lombok:1.18.38'
4646
annotationProcessor 'org.projectlombok:lombok:1.18.38'
@@ -178,9 +178,6 @@ signing {
178178
}
179179

180180
jreleaser {
181-
project {
182-
version = project.version
183-
}
184181
signing {
185182
active = 'ALWAYS'
186183
armored = true

0 commit comments

Comments
 (0)