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 004df05 commit 40f057eCopy full SHA for 40f057e
Rakefile
@@ -891,7 +891,7 @@ namespace :java do
891
task :update do
892
# Make sure things are in a good state to start with
893
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
894
- Bazel.execute('run', args, '@unpinned_maven//:pin')
+ Bazel.execute('run', args, '@maven//:pin')
895
896
file_path = 'MODULE.bazel'
897
content = File.read(file_path)
@@ -915,7 +915,7 @@ namespace :java do
915
File.write(file_path, content)
916
917
918
919
end
920
921
desc 'Update Java changelog'
0 commit comments