File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff 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+
1521group = ' io.appium'
1622version = 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-
4444dependencies {
4545 compileOnly ' org.projectlombok:lombok:1.18.38'
4646 annotationProcessor ' org.projectlombok:lombok:1.18.38'
@@ -178,9 +178,6 @@ signing {
178178}
179179
180180jreleaser {
181- project {
182- version = project. version
183- }
184181 signing {
185182 active = ' ALWAYS'
186183 armored = true
You can’t perform that action at this time.
0 commit comments