Skip to content

Commit c4a6317

Browse files
committed
[build] Switching to a different command to pin maven deps
1 parent 85da948 commit c4a6317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ namespace :java do
972972
task :update do
973973
# Make sure things are in a good state to start with
974974
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
975-
Bazel.execute('run', args, '@unpinned_maven//:pin')
975+
Bazel.execute('run', args, '@maven//:pin')
976976

977977
file_path = 'java/maven_deps.bzl'
978978
content = File.read(file_path)
@@ -996,7 +996,7 @@ namespace :java do
996996
File.write(file_path, content)
997997

998998
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
999-
Bazel.execute('run', args, '@unpinned_maven//:pin')
999+
Bazel.execute('run', args, '@maven//:pin')
10001000
end
10011001

10021002
desc 'Update Java changelog'

0 commit comments

Comments
 (0)