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 3f9b606 commit 6305e1aCopy full SHA for 6305e1a
Rakefile
@@ -832,6 +832,10 @@ namespace :java do
832
833
desc 'Update Maven dependencies'
834
task :update do
835
+ # Make sure things are in a good state to start with
836
+ args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
837
+ Bazel.execute('run', args, '@unpinned_maven//:pin')
838
+
839
file_path = 'java/maven_deps.bzl'
840
content = File.read(file_path)
841
# For some reason ./go wrapper is not outputting from Open3, so cannot use Bazel class directly
0 commit comments