summaryrefslogtreecommitdiff
path: root/spec/lib/rake/javaextensiontask_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support --release option to build JRuby extension for older platforms (#201)Satoshi Tagomori2022-01-221-0/+25
|
* java: use command line array style instead of stringSutou Kouhei2019-10-211-2/+2
|
* Make lint options customizable (#158)Stephen George2019-10-211-0/+30
| | | | | | | | | | | | | | | | | | * Make customizable compiler Xlint option for JRuby native extension * [CS] restructure and fix indentation of (defaults) spec * Add specs for lint_option * [DOC] CHANGELOG: stub changelog entry for the next release * [DOC] CHANGELOG: Make customizable compiler Xlint option for JRuby native extension * Use "-Xlint" option for JRuby native extension by default. `javac -help -X` > -Xlint Enable recommended warnings
* Use RSpec 3Kouhei Sutou2017-03-241-6/+6
|
* Updated specifications to match code changes.Alex Coles2009-12-061-0/+182
Minor adjustment and completion of JavaExtensionTask specs.