Skip to content

Commit 6ae530c

Browse files
committed
[java] Removing RC from release targets
This will prevent RC from being published, and then we will wait for community feedback to see if still needs to be released. Download numbers show very low usage for recent versions. Code will still be there, but if no one complains, the thoughtworks package will be deleted. [skip ci]
1 parent ae52e39 commit 6ae530c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ CrazyFun::Mappings::RakeMappings.new.add_all(crazy_fun)
8383
# FIXME: the rules for the targets were removed and build files won't load
8484
# crazy_fun.create_tasks(Dir['**/build.desc'])
8585

86-
#  If it looks like a bazel target, build it with bazel
86+
# If it looks like a bazel target, build it with bazel
8787
rule /\/\/.*/ do |task|
8888
task.out = Bazel.execute('build', %w[--workspace_status_command scripts/build-info.py], task.name)
8989
end
@@ -96,7 +96,6 @@ task '//java/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
9696
# Java targets required for release. These should all be java_export targets.
9797
# Generated from: bazel query 'kind(maven_publish, set(//java/... //third_party/...))' | sort
9898
JAVA_RELEASE_TARGETS = %w[
99-
//java/src/com/thoughtworks/selenium/webdriven:webdriven.publish
10099
//java/src/org/openqa/selenium/chrome:chrome.publish
101100
//java/src/org/openqa/selenium/chromium:chromium.publish
102101
//java/src/org/openqa/selenium/devtools/v85:v85.publish

0 commit comments

Comments
 (0)