Commit Graph

5 Commits

Author SHA1 Message Date
Uwe Kubosch 771db5062f Fix documentation site generation. 2023-05-18 12:59:24 +02:00
Schalk Cronje 9387364ad8 Make JRubyExec compatible with Gradle 4.2 - 4.9 (#366) 2019-06-05 23:26:02 +02:00
Schalk W. Cronjé 05fb19d7ab Upgradle to 4.2 and use GradleTest 1.0-beta12
- Use Torquebox in addition to lasagne,io when building and to work around
  flasky tests.
- Use Grolifant library to deal with Gradle compatibility issues.
- Remove Gradle 5.0 deprecation warning.
- Do not set logging level within tests.
- Ignore IntelliJ "out" directories.
- Update GradleTest fixtures for 1.0-betaX improvements.
- Split out JRubyPluginInstanceSpec to its own file.
- Extract JRubyJarTestKitSpec into its own test file.
- Make test repository preparation a separate task.
- Update TestKit syntax to deal with Gradle 4.2.
- State that Gradle 2.8 is a minimum version.

Also marked custom repository test as `PendingFeature` to be investigated
later as doe a possible rewrite.
2017-09-27 17:20:32 +02:00
R. Tyler Croy cd222c3a16
Support ommitting `jrubyArgs '-S'` when providing a `script` property to JRuby execs
Fixes #152
2015-07-30 02:55:04 -07:00
R. Tyler Croy c015c52313
Add an example of executing a Ruby binscript
References #152
2015-07-30 01:27:53 -07:00