-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove bottle :unneeded
on Bintray
#75946
Conversation
Maintainers: feel free to commit directly to this on any failures. I'm almost 100% sure |
Neither
|
Bintray had a brown-out so it will pass again if we re-run in a couple hours. Obviously we still ideally want to update the URLs but there's not much we can do if there's simply no other source yet. |
The brownout seems to be over now, so I've rebased this to pick up the |
I'm going to rebase/hold off on this until Homebrew/brew#11253 is merged. |
This is currently failing because the (libexec/"bin").install "denominator-cli-#{version}-fat.jar" => "denominator"
(libexec/"bin/denominator").chmod 0755
(bin/"denominator").write_env_script libexec/"bin/denominator", JAVA_HOME: Formula["openjdk"].opt_prefix |
(libexec/"bin").install "denominator-cli-#{version}-fat.jar"
bin.write_jar_script libexec/"bin/denominator-cli-#{version}-fat.jar", "denominator" |
Part of #74335 and #75943
Needed for Homebrew/brew#11239