Commit Graph

9 Commits

Author SHA1 Message Date
Uwe Kubosch f36eb27c1d Correct plugin id for com.github.jruby-gradle.war
Rename gradle project for the base plugin to jruby-gradle-base-plugin
2023-05-16 10:13:03 +02:00
Schalk Cronje 98a282d204 (#386) Setup initial publishing from GH Actions 2021-05-02 21:43:57 +02:00
Schalk Cronje 08751e9317 Adjust license to include 2021 2021-05-02 19:15:20 +02:00
R Tyler Croy f69840dfa4
Pin to the shadow plugin 4.0.4 and pull in enough internal classes to compile and run
There are some object/class conflicts between the "stock" commons compression
code, and the vendored under shadow.*

For simplicity's sake, just taking everything from the shadow. namespace instead
of fighting these silly objects
2019-05-18 14:08:43 -07:00
R Tyler Croy cba9520fd8
Upgrade the shadow dependency and explicitly declare our own dependencies.
I believe that we were previously relying on the shadow plugin to bring in too
many of our dependencies, and with recent versions of the plugin those
dependency declarations went away.

This commit gets the missing dependencies compiling again, and addresses one
backwards incompatible change with the asm-commons library, see:
    https://issues.apache.org/jira/browse/MSHADE-258
2019-05-18 09:12:19 -07:00
Schalk Cronje ade6d535a9 Clean up build.gradle after restructured unit- and integration tests 2019-05-05 18:22:20 +02:00
Schalk Cronje 0c0fe938df Restructured JRubyJarTestKitSpec 2019-05-05 17:46:38 +02:00
Schalk Cronje 7a54e504d7 Restructured JRubyJarPluginSpec 2019-05-05 15:51:29 +02:00
Schalk Cronje c34f1eb36d Restructured directories for simpler and shorter names 2019-05-05 15:35:34 +02:00