Skip to content

Commit 40f057e

Browse files
diemolgryznar
authored andcommitted
[java] Removing unpinned_maven to resolve dependencies
1 parent 004df05 commit 40f057e

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
@@ -891,7 +891,7 @@ namespace :java do
891891
task :update do
892892
# Make sure things are in a good state to start with
893893
args = ['--action_env=RULES_JVM_EXTERNAL_REPIN=1']
894-
Bazel.execute('run', args, '@unpinned_maven//:pin')
894+
Bazel.execute('run', args, '@maven//:pin')
895895

896896
file_path = 'MODULE.bazel'
897897
content = File.read(file_path)
@@ -915,7 +915,7 @@ namespace :java do
915915
File.write(file_path, content)
916916

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

921921
desc 'Update Java changelog'

0 commit comments

Comments
 (0)