Skip to content
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

openjdk 16 #72535

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
dafny: downgrade to openjdk@11
Moisan authored and carlocab committed May 30, 2021
commit cc2449ca1e114e904cdc6d845427138d9f3db7a1
2 changes: 1 addition & 1 deletion Formula/dafny.rb
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ class Dafny < Formula
depends_on "gradle" => :build
depends_on "nuget" => :build
depends_on "dotnet"
depends_on "openjdk"
depends_on "openjdk@11"

# Use the following along with the z3 build below, as long as dafny
# cannot build with latest z3 (https://github.com/dafny-lang/dafny/issues/810)