Skip to content

Commit 54dc8a4

Browse files
committed
Remove unnecessary line from Rakefile
`buck publish` also does a build.
1 parent 501b325 commit 54dc8a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ end
518518
task :'maven-install' do
519519
JAVA_RELEASE_TARGETS.each do |p|
520520
if JAVA_RELEASE_TARGETS.include?(p)
521-
Buck::buck_cmd.call('build', [p])
522521
Buck::buck_cmd.call('publish', ['--remote-repo', "file://#{ENV['HOME']}/.m2/repository", '--include-source', '--include-javadoc', p])
523522
end
524523
end

0 commit comments

Comments
 (0)