File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,11 @@ JAVA_RELEASE_TARGETS = [
116
116
'//java/client/src/org/openqa/selenium/remote:remote' ,
117
117
'//java/client/src/org/openqa/selenium/safari:safari' ,
118
118
'//java/server/src/com/thoughtworks/selenium:leg-rc' ,
119
+
120
+ # Until we mananage to migrate to Buck entirely.
121
+ '//java/server/src/org/openqa/grid/selenium:selenium:uber' ,
122
+ '//java/server/src/org/openqa/grid/selenium/selenium:zip' ,
123
+ '//java/client/src/org/openqa/selenium:client-combined-v3:zip' ,
119
124
]
120
125
121
126
@@ -538,6 +543,11 @@ task :release => JAVA_RELEASE_TARGETS do |t|
538
543
# Buck::buck_cmd.call('publish', "--dry-run --to-maven-central #{p}")
539
544
Buck ::buck_cmd . call ( 'build' , "#{ p } " )
540
545
end
546
+
547
+ mkdir_p "build/dist"
548
+ cp "build/java/server/src/org/openqa/grid/selenium/selenium-standalone.jar" , "build/dist/selenium-server-standalone-#{ version } .jar"
549
+ cp "build/java/server/src/org/openqa/grid/selenium/selenium.zip" , "build/dist/selenium-server-#{ version } .zip"
550
+ cp "build/java/client/src/org/openqa/selenium/client-combined-v3.zip" , "build/dist/selenium-java-#{ version } .zip"
541
551
end
542
552
543
553
task :push_release => [ :release ] do
You can’t perform that action at this time.
0 commit comments