We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05948 commit 71d3926Copy full SHA for 71d3926
Rakefile
@@ -129,7 +129,7 @@ def verify_java_release_targets
129
current_targets = []
130
131
Bazel.execute('query', [], query) do |output|
132
- current_targets = output.lines.map(&:strip).reject(&:empty?)
+ current_targets = output.lines.map(&:strip).reject(&:empty?).select { |line| line.start_with?('//') }
133
end
134
135
missing_targets = current_targets - JAVA_RELEASE_TARGETS
0 commit comments