forked from jruby-gradle/jruby-gradle-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up and restructured base-plugin (jruby-gradle#366).
- `JRubyPluginExtension` - `JRubyExec` - Split out `GemUtils.OverwriteAction` into its own class `GemOverwriteAction`. - Moved `GemUtils` to `core-plugin`. - Removed `RubygemsServlet`. - Reworked `GemVersion` to be more Ivy-like rather than Maven-like. - Reworked `JRubyPrepare` & `JRubyExec`. - Extract common `JRubyPrepare` code to `AbstractJRubyPrepare`. - Cleaned up `JRubyExec` to no longer depend on `JRubyExecTraits`. - Cleaned up `JRubyExecDelegate` to no longer depend on `JRubyExecTraits`. - In `JRubyPlugin`, register tasks instead of creating them if Gradle supports lazy-creation. - Removed last usages of `jar-dependencies`. - Cleaned up integration tests and unit tests
- Loading branch information
Showing
42 changed files
with
2,138 additions
and
1,911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.