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 85da948 commit c4a6317Copy full SHA for c4a6317
Rakefile
@@ -972,7 +972,7 @@ namespace :java do
972
task :update do
973
# Make sure things are in a good state to start with
974
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
975
- Bazel.execute('run', args, '@unpinned_maven//:pin')
+ Bazel.execute('run', args, '@maven//:pin')
976
977
file_path = 'java/maven_deps.bzl'
978
content = File.read(file_path)
@@ -996,7 +996,7 @@ namespace :java do
996
File.write(file_path, content)
997
998
999
1000
end
1001
1002
desc 'Update Java changelog'
0 commit comments