Skip to content

Commit

Permalink
Bump the buck version.
Browse files Browse the repository at this point in the history
This is the latest version, and includes a ton of bug
fixes and performance improvements from Facebook. We
added back:

- docs publishing
- faster and more correct src-jar generation
- pgp signing of releases
- additional class names to add to tests

Here's hoping the world doesn't burn.
  • Loading branch information
shs96c committed Apr 18, 2017
1 parent 5b6fe1f commit 2dce963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buckhash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d03e405da061819c5b0647b1ea3b26ff
77c2428d7cb5bff6d86e23223855279a
2 changes: 1 addition & 1 deletion .buckversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35906a88243594636b9c4f68cf0423dd9aa0808b
cf0fbde2d6d455227efeaeebb94a9bf360e7d99e
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ task :'publish-maven' do
creds = read_user_pass_from_m2_settings()
JAVA_RELEASE_TARGETS.each do |p|
if JAVA_RELEASE_TARGETS.include?(p)
Buck::buck_cmd.call('publish', ['--remote-repo', 'https://oss.sonatype.org/service/local/staging/deploy/maven2', '--include-source', '--include-javadoc', '-u', creds[0], '-p', creds[1], '--signing-passphrase', passphrase, p])
Buck::buck_cmd.call('publish', ['--remote-repo', 'https://oss.sonatype.org/service/local/staging/deploy/maven2', '--include-source', '--include-docs', '-u', creds[0], '-p', creds[1], '--signing-passphrase', passphrase, p])
end
end
end
Expand Down

0 comments on commit 2dce963

Please sign in to comment.