git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit a0c0fe6aa7baf5fa20220970656b1698bd7521cf

Ensure that BCrypt.class is compiled with the right compatibility flags.

Signed-off-by: Coda Hale <coda.hale@gmail.com>
Hongli Lai (Phusion) authored on 8/14/2009, 8:08:04 AM
Coda Hale committed on 8/14/2009, 3:03:58 PM
Parent: 17b18eab80d82ec39c36bfadc461b2e092342002

Files changed

Rakefilechanged
RakefileView
@@ -111,9 +111,9 @@
111111
112112 desc "Clean, then compile the JRuby extension"
113113 task :jruby => :clean do
114114 Dir.chdir('ext/jruby/bcrypt_jruby') do
115- sh "javac BCrypt.java"
115+ sh "javac -source 1.4 -target 1.4 BCrypt.java"
116116 end
117117 end
118118 end
119119

Built with git-ssb-web