Skip to content

Commit

Permalink
Minor build file clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 4, 2019
1 parent 0ee27dd commit 16abfac
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 @@ -453,7 +453,7 @@ task :'publish-maven' => JAVA_RELEASE_TARGETS do

creds = r_pass_from_m2_settings()
JAVA_RELEASE_TARGETS.each do |p|
Bazel::execute('run', ['--stamp', '--define', 'https://oss.sonatype.org/service/local/staging/deploy/maven2', '--define', "maven_user=#{creds[0]}", '--define', "maven_password=#{creds[1]}", '--define', "gpg_password=#{passphrase}"], p)
Bazel::execute('run', ['--stamp', '--define', 'maven_repo=https://oss.sonatype.org/service/local/staging/deploy/maven2', '--define', "maven_user=#{creds[0]}", '--define', "maven_password=#{creds[1]}", '--define', "gpg_password=#{passphrase}"], p)
end
end

Expand All @@ -465,7 +465,7 @@ end

task :'push-release' => [:'prep-release-zip'] do
py = "java -jar third_party/py/jython.jar"
if (python?)
if python?
py = "python"
end

Expand Down

0 comments on commit 16abfac

Please sign in to comment.