Skip to content

Commit

Permalink
[build] Switching to a different command to pin maven deps
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 23, 2024
1 parent 85da948 commit c4a6317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ namespace :java do
task :update do
# Make sure things are in a good state to start with
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
Bazel.execute('run', args, '@unpinned_maven//:pin')
Bazel.execute('run', args, '@maven//:pin')

file_path = 'java/maven_deps.bzl'
content = File.read(file_path)
Expand All @@ -996,7 +996,7 @@ namespace :java do
File.write(file_path, content)

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

desc 'Update Java changelog'
Expand Down

0 comments on commit c4a6317

Please sign in to comment.