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 {
12
12
id ' org.jreleaser' version ' 1.19.0'
13
13
}
14
14
15
+ ext {
16
+ seleniumVersion = project. property(' selenium.version' )
17
+ appiumClientVersion = project. property(' appiumClient.version' )
18
+ slf4jVersion = ' 2.0.17'
19
+ }
20
+
15
21
group = ' io.appium'
16
22
version = appiumClientVersion
17
23
@@ -35,12 +41,6 @@ java {
35
41
withSourcesJar()
36
42
}
37
43
38
- ext {
39
- seleniumVersion = project. property(' selenium.version' )
40
- appiumClientVersion = project. property(' appiumClient.version' )
41
- slf4jVersion = ' 2.0.17'
42
- }
43
-
44
44
dependencies {
45
45
compileOnly ' org.projectlombok:lombok:1.18.38'
46
46
annotationProcessor ' org.projectlombok:lombok:1.18.38'
@@ -178,9 +178,6 @@ signing {
178
178
}
179
179
180
180
jreleaser {
181
- project {
182
- version = project. version
183
- }
184
181
signing {
185
182
active = ' ALWAYS'
186
183
armored = true
You can’t perform that action at this time.
0 commit comments